From c97dc988baf6a69552445274cb87ffe8e90e3296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Fri, 8 Dec 2006 00:42:55 +0000 Subject: [PATCH] lavc is at major version 51, delete old stuff Originally committed as revision 7257 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cbd31d66f3..33bf2d3860 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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} -- GitLab