comparison avcodec.h @ 6379:9f4f88218b78 libavcodec

Make timestamp interpolation work with mpeg2 field pictures. Cleaner/simpler solutions are welcome.
author michael
date Wed, 20 Feb 2008 03:20:06 +0000
parents 99823c80a93d
children ca7cacd556ff
comparison
equal deleted inserted replaced
6378:99823c80a93d 6379:9f4f88218b78
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;
2791 int64_t pts; /* pts of the current frame */ 2792 int64_t pts; /* pts of the current frame */
2792 int64_t dts; /* dts of the current frame */ 2793 int64_t dts; /* dts of the current frame */
2793 2794
2794 /* private data */ 2795 /* private data */
2795 int64_t last_pts; 2796 int64_t last_pts;