diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-03-19 02:52:08 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-06 16:41:39 +0200 |
commit | 6f273093e54cba130f3ffde3d6433e74baa4ad89 (patch) | |
tree | d034e101a29cd705454db850a73466d4f58bf515 /libavcodec/version.h | |
parent | a420ccd4f2a011887451a7d5e1bebba4fd7c40e2 (diff) | |
download | ffmpeg-6f273093e54cba130f3ffde3d6433e74baa4ad89.tar.gz |
LucasArts SMUSH VIMA audio decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@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 8a1ae3c51a..deb0780d43 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 44 +#define LIBAVCODEC_VERSION_MINOR 45 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |