diff 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
line wrap: on
line diff
--- a/avcodec.h	Wed Feb 20 19:48:25 2008 +0000
+++ b/avcodec.h	Wed Feb 20 20:24:38 2008 +0000
@@ -2788,7 +2788,6 @@
     /* 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 */