diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 11:17:23 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:38:30 +0100 |
commit | 7063b6eaee5b10afc3e3157e10e4be0c04537107 (patch) | |
tree | 646b2917e77efaacc48debf5fd9cfb15d31fd1e5 /libavcodec/version.h | |
parent | 570f6aaab12e2bcf6605e9e3a5e1204b3cfccfc1 (diff) | |
download | ffmpeg-7063b6eaee5b10afc3e3157e10e4be0c04537107.tar.gz |
lavc: increase major version to 54.
The lavf-ffm test results change because ffmenc writes
AVCodecContext.flags/flags2 and the defaults for those change.
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 95d0baa612..5042f4dc54 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -20,8 +20,8 @@ #ifndef AVCODEC_VERSION_H #define AVCODEC_VERSION_H -#define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 36 +#define LIBAVCODEC_VERSION_MAJOR 54 +#define LIBAVCODEC_VERSION_MINOR 0 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |