]> git.sesse.net Git - ffmpeg/commitdiff
lavu: Add version information for av_version_info()
authorVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 2 Jul 2015 22:28:45 +0000 (23:28 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Fri, 3 Jul 2015 13:30:11 +0000 (14:30 +0100)
Move the APIchange entry at the top.

doc/APIchanges
libavutil/version.h

index 06ad1b7f4f1a7358fa928ac012b94aa097228f45..a2c5eb05506a8c451bd386de45c6b8a0954e039c 100644 (file)
@@ -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.
 
index c3342cdfc5e13b9c539668bb8091f9fb039fade2..4c3b7f44fee69b1248ee2a1d7807b337d545d074 100644 (file)
@@ -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, \