diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-03-19 02:54:19 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-06-21 01:30:16 +0000 |
commit | 69254f46286099588514454f60fad12f6e51b2cd (patch) | |
tree | fd2eb245e160d90f50c8ef1c035642a1c572b184 /libavcodec/version.h | |
parent | b18357326ca1522d7fb7f4276ddebfccc29ce72c (diff) | |
download | ffmpeg-69254f46286099588514454f60fad12f6e51b2cd.tar.gz |
LucasArts SMUSH video 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 643409ef7e..d7508c4329 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 28 +#define LIBAVCODEC_VERSION_MINOR 29 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |