diff options
author | Maxim Poliakovski <max_pole@gmx.de> | 2013-10-10 20:32:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-29 01:11:16 +0100 |
commit | 2e1fb96af36348479e14aa85f445915ea09e70fa (patch) | |
tree | 218f3e97d19197477c42097e9ed3b9384fc3e6ae /libavcodec/version.h | |
parent | 8e90c7285d1cbf62a9c9a5f9e6efda998dc0d454 (diff) | |
download | ffmpeg-2e1fb96af36348479e14aa85f445915ea09e70fa.tar.gz |
ATRAC+ decoder
Cleanup by Diego Biurrun.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 06af735728..643694733c 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 46 +#define LIBAVCODEC_VERSION_MINOR 47 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |