aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-12-08 00:42:55 +0000
committerMåns Rullgård <mans@mansr.com>2006-12-08 00:42:55 +0000
commitc97dc988baf6a69552445274cb87ffe8e90e3296 (patch)
treea527f9f9e4b38b75563d694df02e047cdca8addd /libavcodec/avcodec.h
parent849f10351d673ced1db6f13e399876f22121f60c (diff)
downloadffmpeg-c97dc988baf6a69552445274cb87ffe8e90e3296.tar.gz
lavc is at major version 51, delete old stuff
Originally committed as revision 7257 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 0 insertions, 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}