summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-12-18 14:51:55 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-12-18 14:51:55 +0000
commit3e0b7b562700ea2d76b2641140957319c56b669a (patch)
treeb43de4078c11fb4a3e57577b5f40ff72cdc41070 /libavcodec/avcodec.h
parent0c39c38b1456d4a59c4982db74facaa1722edc18 (diff)
Remove old variable with the next major version bump.
Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 843eccfa94..4f5681bd69 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.