diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-02-08 19:02:46 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-08 19:02:46 +0100 |
commit | 0c4bf87b296145e38510655d1a14196493d5c54e (patch) | |
tree | 63eb4722659980ba21abe4b72ab8a2f0e48f8a57 /libavcodec/version.h | |
parent | b08f554fdc0886ab9815b2e3db3ae8a93baa57c8 (diff) | |
parent | cde7df25ef74b85b5ce11d9171779f28f0c12d15 (diff) | |
download | ffmpeg-0c4bf87b296145e38510655d1a14196493d5c54e.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Mirillis FIC video decoder
Conflicts:
Changelog
configure
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/version.h
Merged-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 c56a957680..240113b58e 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 49 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 50 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |