lavc is at major version 51, delete old stuff
authorMåns Rullgård <mans@mansr.com>
Fri, 8 Dec 2006 00:42:55 +0000 (00:42 +0000)
committerMåns Rullgård <mans@mansr.com>
Fri, 8 Dec 2006 00:42:55 +0000 (00:42 +0000)
Originally committed as revision 7257 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index cbd31d6..33bf2d3 100644 (file)
@@ -2084,9 +2084,6 @@ 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}