changeset 6042:aafba06538c2 libavcodec

Remove old variable with the next major version bump.
author michael
date Tue, 18 Dec 2007 14:51:55 +0000
parents bb4b486c6775
children 823e6b273ea2
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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.