#include <stdint.h>#include "avformat.h"#include "avio.h"Go to the source code of this file.
Data Structures | |
| struct | FFMContext |
Defines | |
| #define | FFM_HEADER_SIZE 14 |
| #define | PACKET_ID 0x666d |
| #define | FRAME_HEADER_SIZE 16 |
| #define | FLAG_KEY_FRAME 0x01 |
| #define | FLAG_DTS 0x02 |
Enumerations | |
| enum | { READ_HEADER, READ_DATA } |
| #define FFM_HEADER_SIZE 14 |
Definition at line 30 of file ffm.h.
Referenced by ffm_is_avail_data(), ffm_read_data(), ffm_write_data(), and ffm_write_header().
| #define FLAG_DTS 0x02 |
| #define FLAG_KEY_FRAME 0x01 |
| #define PACKET_ID 0x666d |
Definition at line 31 of file ffm.h.
Referenced by ffm_read_data(), ffm_resync(), and flush_packet().
1.5.8