diff options
author | Tomas Härdin <tomas.hardin at codemill.se> | 2014-01-22 11:12:11 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-22 14:41:24 +0100 |
commit | 59dbc36f49db5cfd9d2ad4b00ef2e3336173ee8d (patch) | |
tree | 0ee6419afef001252bad3a4f40dfbc37cafc7e54 /libavcodec/version.h | |
parent | 94a52417cb23c1de8fa6829399d8fc61a0078a8e (diff) | |
download | ffmpeg-59dbc36f49db5cfd9d2ad4b00ef2e3336173ee8d.tar.gz |
Adding Cinepak encoder
With permission of Tomas Härdin applied by Rl aetey.se
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index df196fc152..27fd39eb06 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 48 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MINOR 49 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |