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 PacketList *packet_buffer;
77 struct PacketList *packet_buffer_end;
80 int64_t data_offset; /**< offset of the first packet */
88 struct PacketList *raw_packet_buffer;
89 struct PacketList *raw_packet_buffer_end;
93 AVPacket *parse_pkt;
94 struct PacketList *parse_queue;
95 struct PacketList *parse_queue_end;
[all …]
Davformat.h1218 typedef struct AVFormatInternal AVFormatInternal; typedef