comparison avcodec.h @ 6382:ca7cacd556ff libavcodec

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 9f4f88218b78
children dc8990727103
comparison
equal deleted inserted replaced
6381:83a04925520d 6382:ca7cacd556ff
2786 (incremented by each av_parser_parse()) */ 2786 (incremented by each av_parser_parse()) */
2787 int64_t last_frame_offset; /* offset of the last frame */ 2787 int64_t last_frame_offset; /* offset of the last frame */
2788 /* video info */ 2788 /* video info */
2789 int pict_type; /* XXX: Put it back in AVCodecContext. */ 2789 int pict_type; /* XXX: Put it back in AVCodecContext. */
2790 int repeat_pict; /* XXX: Put it back in AVCodecContext. */ 2790 int repeat_pict; /* XXX: Put it back in AVCodecContext. */
2791 int parity;
2792 int64_t pts; /* pts of the current frame */ 2791 int64_t pts; /* pts of the current frame */
2793 int64_t dts; /* dts of the current frame */ 2792 int64_t dts; /* dts of the current frame */
2794 2793
2795 /* private data */ 2794 /* private data */
2796 int64_t last_pts; 2795 int64_t last_pts;