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