[FFmpeg-cvslog] r11261 - trunk/libavcodec/avcodec.h
michael
subversion
Tue Dec 18 15:51:55 CET 2007
Author: michael
Date: Tue Dec 18 15:51:55 2007
New Revision: 11261
Log:
Remove old variable with the next major version bump.
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Tue Dec 18 15:51:55 2007
@@ -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.
More information about the ffmpeg-cvslog
mailing list