diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-03-19 02:52:08 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-06-21 01:23:15 +0000 |
commit | b18357326ca1522d7fb7f4276ddebfccc29ce72c (patch) | |
tree | 19117fab09ff40716104be77bed85c53587beb04 /libavcodec/version.h | |
parent | 5a90e55ece2e7b90dcd8ea2fd18c8c1a1225da19 (diff) | |
download | ffmpeg-b18357326ca1522d7fb7f4276ddebfccc29ce72c.tar.gz |
LucasArts SMUSH VIMA audio decoder
Signed-off-by: Paul B Mahol <onemda@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 a5765786f8..643409ef7e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 27 +#define LIBAVCODEC_VERSION_MINOR 28 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |