diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-07-10 07:55:06 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-07-10 07:55:06 +0000 |
commit | b576934d7e37f8ca0431bc8df112fd18af4573bf (patch) | |
tree | 6bbfc1addfbc9d46915ba47928f4b16f7e757f85 /libavcodec/avcodec.h | |
parent | a6f8f11b9b67d352f51addbe090063058a55c1f7 (diff) | |
download | ffmpeg-b576934d7e37f8ca0431bc8df112fd18af4573bf.tar.gz |
Add native GSM 06.10 audio decoder.
Originally committed as revision 24158 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 6f51156859..495d6796f2 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 80 +#define LIBAVCODEC_VERSION_MINOR 81 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |