diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-08-16 07:53:03 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-08-16 07:53:03 +0000 |
commit | a1043f9c50a07de5e9eee9e3b012e5a181eb5733 (patch) | |
tree | 4b74e123eb6082895189435b5952d6d017bce871 /libavcodec/avcodec.h | |
parent | 30545b2f479935e6a78231788b47b0a52538993f (diff) | |
download | ffmpeg-a1043f9c50a07de5e9eee9e3b012e5a181eb5733.tar.gz |
automatically remove mess
Originally committed as revision 4529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8fadeb7b29..ab00920bc1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1885,7 +1885,9 @@ typedef struct AVCodec { 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} |