OSDN Git Service

Remove old variable with the next major version bump.
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 18 Dec 2007 14:51:55 +0000 (14:51 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 18 Dec 2007 14:51:55 +0000 (14:51 +0000)
Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 843eccf..4f5681b 100644 (file)
@@ -1274,8 +1274,10 @@ typedef struct AVCodecContext {
     float dark_masking;
 
 
+#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
     /* for binary compatibility */
     int unused;
+#endif
 
     /**
      * IDCT algorithm, see FF_IDCT_* below.