diff 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
line wrap: on
line diff
--- a/avcodec.h	Tue Feb 19 22:50:28 2008 +0000
+++ b/avcodec.h	Wed Feb 20 03:20:06 2008 +0000
@@ -2788,6 +2788,7 @@
     /* video info */
     int pict_type; /* XXX: Put it back in AVCodecContext. */
     int repeat_pict; /* XXX: Put it back in AVCodecContext. */
+    int parity;
     int64_t pts;     /* pts of the current frame */
     int64_t dts;     /* dts of the current frame */