diff options
author | Kenan Gillet <kenan.gillet@gmail.com> | 2008-12-02 16:48:05 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-12-02 16:48:05 +0000 |
commit | 73b458e354d1daa73989b9ff0296235556cb55c3 (patch) | |
tree | 02d3659818a10c5580a25dea4eba38b35430a9ab /libavcodec/avcodec.h | |
parent | 2ba0cdd527416c4ecffd67884b5e116b10bb51cb (diff) | |
download | ffmpeg-73b458e354d1daa73989b9ff0296235556cb55c3.tar.gz |
Commit last ok'ed parts of QCELP decoder and enable it.
patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15978 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 53ded30274..2afcce91db 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 5 +#define LIBAVCODEC_VERSION_MINOR 6 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |