[FFmpeg-cvslog] lavu: bump minor and add APIchanges entry for AV_PICTURE_TYPE_NONE
Stefano Sabatini
git at videolan.org
Thu Jun 30 11:30:24 CEST 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Thu Jun 30 11:09:13 2011 +0200| [5a931a158fbe2ea413dcf28c43c4d6bace3514a1] | committer: Stefano Sabatini
lavu: bump minor and add APIchanges entry for AV_PICTURE_TYPE_NONE
The symbols was added in the git commit
512933671409f9f88cc9fdfc8f29525d32240bab.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a931a158fbe2ea413dcf28c43c4d6bace3514a1
---
doc/APIchanges | 3 +++
libavutil/avutil.h | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 2fd79b8..6860b57 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-06-28 - 5129336 - lavu 51.11.0 - avutil.h
+ Define the AV_PICTURE_TYPE_NONE value in AVPictureType enum.
+
2011-06-19 - xxxxxxx - lavfi 2.23.0 - avfilter.h
Add layout negotiation fields and helper functions.
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 1b196a9..568f66b 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -40,7 +40,7 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 10
+#define LIBAVUTIL_VERSION_MINOR 11
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list