diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-23 20:48:54 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-23 20:48:54 +0200 |
commit | d062db788012b94e899008964b93cf01a8389fec (patch) | |
tree | 1cf04c15dfd9eea127b543bd12bae021a5e789cd /libavcodec | |
parent | 4e4dbb99831d97d0716a3ec048278ddd75205b5a (diff) | |
parent | 21f68c2489cba2a1a4a41d0c5c828266e6162800 (diff) | |
download | ffmpeg-d062db788012b94e899008964b93cf01a8389fec.tar.gz |
Merge commit '21f68c2489cba2a1a4a41d0c5c828266e6162800'
* commit '21f68c2489cba2a1a4a41d0c5c828266e6162800':
avcodec: bump version after rotation api
Conflicts:
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-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 4e344a4aa7..83bd83b9d4 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 63 +#define LIBAVCODEC_VERSION_MINOR 64 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |