diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-13 23:17:54 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-13 23:23:01 +0100 |
commit | e1f37c48e54f98d34f8a032e1d96f7a135a8545d (patch) | |
tree | 74c11781b08a32228c081d6e679d778b6ac686a5 /libavcodec/version.h | |
parent | fa4bb7c5b249da60cd16113b795a64f0055ef164 (diff) | |
parent | 247e370e2a913db52ca079b347a174c8d393b171 (diff) | |
download | ffmpeg-e1f37c48e54f98d34f8a032e1d96f7a135a8545d.tar.gz |
Merge commit '247e370e2a913db52ca079b347a174c8d393b171'
* commit '247e370e2a913db52ca079b347a174c8d393b171':
TDSC decoder
Conflicts:
Changelog
doc/general.texi
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/version.h
tests/fate/video.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 2e0c1e93da..4f0dc21b58 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 26 +#define LIBAVCODEC_VERSION_MINOR 27 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |