[FFmpeg-cvslog] lavu: bump major to 52
Anton Khirnov
git at videolan.org
Tue Oct 23 13:26:44 CEST 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Oct 22 09:12:03 2012 +0200| [add3a6902ea4d459f36655656a1f8daa409118a7] | committer: Anton Khirnov
lavu: bump major to 52
In addition to the recent tables mess, the AVOption defaults behavior
changed, so an old lavc used with a new lavu will get completely messed
up defaults.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=add3a6902ea4d459f36655656a1f8daa409118a7
---
doc/APIchanges | 2 +-
libavutil/version.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index eed0f81..24defe4 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -8,7 +8,7 @@ libavfilter: 2012-06-22
libavformat: 2012-01-27
libavresample: 2012-10-05
libswscale: 2011-06-20
-libavutil: 2011-04-18
+libavutil: 2012-10-22
API changes, most recent first:
diff --git a/libavutil/version.h b/libavutil/version.h
index d21f532..1bbebd9 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -36,8 +36,8 @@
* @{
*/
-#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 45
+#define LIBAVUTIL_VERSION_MAJOR 52
+#define LIBAVUTIL_VERSION_MINOR 0
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list