diff options
author | Maxim Polijakowski <max_pole@gmx.de> | 2014-01-03 23:23:11 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2014-01-09 19:33:07 +0100 |
commit | e6f0bb65270be51ea43345a28f8e4b1a728f7d0e (patch) | |
tree | b19f905f58dfdb7f3a940f0828515b43f673c4f1 /libavcodec/version.h | |
parent | 4c642d8d98703faf52983243098f35865e15b312 (diff) | |
download | ffmpeg-e6f0bb65270be51ea43345a28f8e4b1a728f7d0e.tar.gz |
ATRAC3+ decoder
Cleanup by Diego Biurrun.
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
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 73c786dc04..2aee76ef90 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 31 +#define LIBAVCODEC_VERSION_MINOR 32 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |