changeset 4284:781f312ff520 libavcodec

lavc is at major version 51, delete old stuff
author mru
date Fri, 08 Dec 2006 00:42:55 +0000
parents d6f83e2f8804
children 60924fd86d18
files avcodec.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Fri Dec 08 00:35:08 2006 +0000
+++ b/avcodec.h	Fri Dec 08 00:42:55 2006 +0000
@@ -2084,9 +2084,6 @@
     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}