diff options
author | Martin Storsjö | 2009-12-29 16:48:09 +0200 |
---|---|---|
committer | Martin Storsjö | 2011-04-11 14:55:53 +0300 |
commit | f502ff3f61dfdc7c4180b6a24cec6237c38bc148 (patch) | |
tree | 40de534098f94fb455b20f9914e1f322e62f281e /libavcodec/version.h | |
parent | d89e738a0c63b30a60ca1688158d54b204824161 (diff) |
Add support for AMR-WB encoding via libvo-amrwbenc
The wrapper code is based on the libamr wrapper removed in SVN rev 19365.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index ac79d82fd7..78c0f7808d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 118 +#define LIBAVCODEC_VERSION_MINOR 119 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |