[FFmpeg-cvslog] lavc: increase major version to 54.
Anton Khirnov
git at videolan.org
Sat Jan 28 08:04:57 CET 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Jan 12 11:17:23 2012 +0100| [7063b6eaee5b10afc3e3157e10e4be0c04537107] | committer: Anton Khirnov
lavc: increase major version to 54.
The lavf-ffm test results change because ffmenc writes
AVCodecContext.flags/flags2 and the defaults for those change.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7063b6eaee5b10afc3e3157e10e4be0c04537107
---
doc/APIchanges | 2 +-
libavcodec/version.h | 4 ++--
tests/ref/lavf/ffm | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index aa57291..706acfb 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,7 +2,7 @@ Never assume the API of libav* to be stable unless at least 1 month has passed
since the last major version increase.
The last version increases were:
-libavcodec: 2011-04-18
+libavcodec: 2012-01-27
libavdevice: 2011-04-18
libavfilter: 2011-04-18
libavformat: 2011-04-18
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 95d0baa..5042f4d 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, \
diff --git a/tests/ref/lavf/ffm b/tests/ref/lavf/ffm
index cdfec4d..73e94dd 100644
--- a/tests/ref/lavf/ffm
+++ b/tests/ref/lavf/ffm
@@ -1,3 +1,3 @@
-bf46c0b53fc318d0a60fa9bf446b2e4f *./tests/data/lavf/lavf.ffm
+4ef091d638bb20b8eaef5b3a0d6f97b7 *./tests/data/lavf/lavf.ffm
376832 ./tests/data/lavf/lavf.ffm
./tests/data/lavf/lavf.ffm CRC=0xf361ed74
More information about the ffmpeg-cvslog
mailing list