changeset 2838:5e0c3833d208 libavcodec

automatically remove mess
author michael
date Tue, 16 Aug 2005 07:53:03 +0000
parents 45ccf6842c34
children b857807dfe30
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Mon Aug 15 15:58:21 2005 +0000
+++ b/avcodec.h	Tue Aug 16 07:53:03 2005 +0000
@@ -1885,7 +1885,9 @@
     int (*decode)(AVCodecContext *, void *outdata, int *outdata_size,
                   uint8_t *buf, int buf_size);
     int capabilities;
+#if LIBAVCODEC_VERSION_INT < ((50<<16)+(0<<8)+0)
     void *dummy; // FIXME remove next time we break binary compatibility
+#endif
     struct AVCodec *next;
     void (*flush)(AVCodecContext *);
     const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}