diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-02-21 13:28:46 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-02-21 13:28:46 +0000 |
commit | 342c7dfdbb46b1ff778ef142dc93d24990e776d7 (patch) | |
tree | 08036ef506a3461982d15e5d12c523d1ec8f4a12 /libavcodec/avcodec.h | |
parent | 336ce917e6e6adb10ee44945684c67cdea65e228 (diff) | |
download | ffmpeg-342c7dfdbb46b1ff778ef142dc93d24990e776d7.tar.gz |
Bink video decoder
Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 838d892bb7..cb4ad75b21 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 54 +#define LIBAVCODEC_VERSION_MINOR 55 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ @@ -1575,6 +1575,7 @@ typedef struct AVCodecContext { #define FF_IDCT_EA 21 #define FF_IDCT_SIMPLENEON 22 #define FF_IDCT_SIMPLEALPHA 23 +#define FF_IDCT_BINK 24 /** * slice count |