[FFmpeg-cvslog] lavu: Add version information for av_version_info()
Vittorio Giovara
git at videolan.org
Fri Jul 3 21:18:33 CEST 2015
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Thu Jul 2 23:28:45 2015 +0100| [832129431fd5c693b12c32a1563944c631feaf36] | committer: Vittorio Giovara
lavu: Add version information for av_version_info()
Move the APIchange entry at the top.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=832129431fd5c693b12c32a1563944c631feaf36
---
doc/APIchanges | 6 +++---
libavutil/version.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 06ad1b7..a2c5eb05 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,15 +13,15 @@ libavutil: 2014-08-09
API changes, most recent first:
+2015-xx-xx - xxxxxxx - lavu 56.15.0
+ Add av_version_info().
+
2015-xx-xx - xxxxxxx - lavf 56.20.0 - avio.h
Add avio_put_str16be.
2015-xx-xx - xxxxxxx - lavu 54.14.0 - cpu.h
Add AV_CPU_FLAG_AVXSLOW.
-2015-xx-xx - xxxxxxx - lavu 56.xx.0
- Add av_version_info().
-
2015-xx-xx - xxxxxxx - lavc 56.23.0
Add av_vda_default_init2.
diff --git a/libavutil/version.h b/libavutil/version.h
index c3342cd..4c3b7f4 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -54,7 +54,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 54
-#define LIBAVUTIL_VERSION_MINOR 14
+#define LIBAVUTIL_VERSION_MINOR 15
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list