[SCM] libav/experimental: Remove old variable with the next major version bump.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:10:36 UTC 2013


The following commit has been merged in the experimental branch:
commit 3e0b7b562700ea2d76b2641140957319c56b669a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 18 14:51:55 2007 +0000

    Remove old variable with the next major version bump.
    
    Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 843eccf..4f5681b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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.

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list