diff options
author | Martin Storsjö <martin@martin.st> | 2012-06-16 00:42:13 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-18 22:00:35 +0300 |
commit | 3641b0489ce8517ae4ce75ea43c1445b6d1ad2f2 (patch) | |
tree | c27059ecbf8de8dccab3901bdbe93cfb42b44913 /libavcodec/version.h | |
parent | 46743a859ceb6b6bf4f0b1cbe26e5b311ed9eef4 (diff) | |
download | ffmpeg-3641b0489ce8517ae4ce75ea43c1445b6d1ad2f2.tar.gz |
Add support for iLBC decoding/encoding via the external library libilbc
The library is 3-clause BSD licensed.
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 e8f0b5cb84..46b0f2358d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 14 +#define LIBAVCODEC_VERSION_MINOR 15 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |