diff avcodec.h @ 6042:aafba06538c2 libavcodec

Remove old variable with the next major version bump.
author michael
date Tue, 18 Dec 2007 14:51:55 +0000
parents b4d22e42528c
children 823e6b273ea2
line wrap: on
line diff
--- a/avcodec.h	Tue Dec 18 13:52:07 2007 +0000
+++ b/avcodec.h	Tue Dec 18 14:51:55 2007 +0000
@@ -1274,8 +1274,10 @@
     float dark_masking;
 
 
+#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
     /* for binary compatibility */
     int unused;
+#endif
 
     /**
      * IDCT algorithm, see FF_IDCT_* below.