comparison avformat.h @ 3058:33ecae58665a libavformat

revert 12156 Log: Make timestamp interpolation work with mpeg2 field pictures. Cleaner/simpler solutions are welcome. ---- A IMHO cleaner solution has been implemented.
author michael
date Wed, 20 Feb 2008 20:24:38 +0000
parents ed3653834ada
children 3c3b2bcd3c38
comparison
equal deleted inserted replaced
3057:b2853b499660 3058:33ecae58665a
335 /* av_read_frame() support */ 335 /* av_read_frame() support */
336 enum AVStreamParseType need_parsing; 336 enum AVStreamParseType need_parsing;
337 struct AVCodecParserContext *parser; 337 struct AVCodecParserContext *parser;
338 338
339 int64_t cur_dts; 339 int64_t cur_dts;
340 int last_IP_duration[2]; 340 int last_IP_duration;
341 int64_t last_IP_pts[2]; 341 int64_t last_IP_pts;
342 /* av_seek_frame() support */ 342 /* av_seek_frame() support */
343 AVIndexEntry *index_entries; /**< only used if the format does not 343 AVIndexEntry *index_entries; /**< only used if the format does not
344 support seeking natively */ 344 support seeking natively */
345 int nb_index_entries; 345 int nb_index_entries;
346 unsigned int index_entries_allocated_size; 346 unsigned int index_entries_allocated_size;