diff options
author | Peter Ross <pross@xvid.org> | 2010-01-31 12:51:15 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-01-31 12:51:15 +0000 |
commit | c0d3f516cb18f87995153e46acbb62563b3f2969 (patch) | |
tree | 69c5d0bd8665cc44926746da1e0cdbda61df2a51 /libavcodec/avcodec.h | |
parent | 2e375df5b257cb2c74bb80ec5cd46f6957c7ecae (diff) | |
download | ffmpeg-c0d3f516cb18f87995153e46acbb62563b3f2969.tar.gz |
Bink Audio decoder
Originally committed as revision 21570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e5c86fde44..eafd642123 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 49 +#define LIBAVCODEC_VERSION_MINOR 50 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |