diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-01-16 03:54:55 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-01-16 03:54:55 +0000 |
commit | d140b025819c7a9e6d451732e9fcd73b2d1756ea (patch) | |
tree | 8c96e82260eb85ed0e09c93c1bbc7c32953dd562 /libavcodec/avcodec.h | |
parent | d79c06b2adb67447e7ebffd95384e9a12e102a7f (diff) | |
download | ffmpeg-d140b025819c7a9e6d451732e9fcd73b2d1756ea.tar.gz |
SIPR16k decoder
Originally committed as revision 21234 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 81f9d9828a..ace4863284 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 47 +#define LIBAVCODEC_VERSION_MINOR 48 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |