diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-22 23:24:10 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-22 23:34:56 +0200 |
commit | ff68b83968cba999a15b7c981c1bbcc2d608cad2 (patch) | |
tree | 942b1ea0bb0cd4c72813ad81808b7a5548a427d8 /libavcodec/version.h | |
parent | f067ee57c95d724ff795f8d6b0c6ba05010008f1 (diff) | |
parent | 5c018ee18895f88e9e1d2174059dcdd48bf872d2 (diff) | |
download | ffmpeg-ff68b83968cba999a15b7c981c1bbcc2d608cad2.tar.gz |
Merge commit '5c018ee18895f88e9e1d2174059dcdd48bf872d2'
* commit '5c018ee18895f88e9e1d2174059dcdd48bf872d2':
DirectDraw Surface image decoder
Conflicts:
Changelog
configure
doc/general.texi
libavcodec/Makefile
libavcodec/version.h
tests/fate/image.mak
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 ba66129b2c..3f55d0f8d1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 43 +#define LIBAVCODEC_VERSION_MINOR 44 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |