Searched defs:AVFormatInternal (Results 1 – 2 of 2) sorted by relevance
64 struct AVFormatInternal { struct69 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 …]
1218 typedef struct AVFormatInternal AVFormatInternal; typedef