Home
last modified time | relevance | path

Searched defs:AVFormatInternal (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dinternal.h64 struct AVFormatInternal { struct
69 int nb_interleaved_streams;
76 struct AVPacketList *packet_buffer;
77 struct AVPacketList *packet_buffer_end;
80 int64_t data_offset; /**< offset of the first packet */
88 struct AVPacketList *raw_packet_buffer;
89 struct AVPacketList *raw_packet_buffer_end;
93 struct AVPacketList *parse_queue;
94 struct AVPacketList *parse_queue_end;
99 int raw_packet_buffer_remaining_size;
[all …]
Davformat.h1321 typedef struct AVFormatInternal AVFormatInternal; typedef