Lines Matching defs:AVFormatInternal
64 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;
100 AVPacket *pkt;
105 int raw_packet_buffer_remaining_size;
112 int64_t offset;
117 AVRational offset_timebase;
120 int missing_ts_warning;
123 int inject_global_side_data;
125 int avoid_negative_ts_use_pts;
130 int64_t shortest_end;
135 int initialized;
140 int streams_initialized;
145 AVDictionary *id3v2_meta;
150 int prefer_codec_framerate;
155 int chapter_ids_monotonic;