diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2010-01-10 21:38:15 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-01-10 21:38:15 +0000 |
commit | 7bd3096f5fa6b7cf645fa1493d87f385fe8d502d (patch) | |
tree | 26342f632e5fe15387e8fda589b7dd3f9ebde34c /libavcodec/avcodec.h | |
parent | 9ea977210ca50770e4ce3ba2b8dadb94571d41af (diff) | |
download | ffmpeg-7bd3096f5fa6b7cf645fa1493d87f385fe8d502d.tar.gz |
SIPR decoder for modes 8k5, 6k5 and 5k0.
Patch by Vladimir Voroshilov and myself.
Originally committed as revision 21125 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 deb732fe3a..81f9d9828a 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 46 +#define LIBAVCODEC_VERSION_MINOR 47 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |