]> git.sesse.net Git - ffmpeg/commitdiff
Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.
authorDiego Biurrun <diego@biurrun.de>
Sat, 12 Jan 2013 11:21:33 +0000 (12:21 +0100)
committerDiego Biurrun <diego@biurrun.de>
Sat, 12 Jan 2013 11:28:12 +0000 (12:28 +0100)
Also fix a lavu version typo in APIchanges.

doc/APIchanges
libavutil/version.h

index 6e212dacfae94308bcf3308e95ed60521c1a7be7..8c8c9831d28386ced9c723173327af521b4d873a 100644 (file)
@@ -13,11 +13,14 @@ libavutil:     2012-10-22
 
 API changes, most recent first:
 
+2013-01-12 - 169fb94 - lavu 52.4.0 - pixdesc.h
+  Add AV_PIX_FMT_VDPAU flag.
+
 2013-01-07 - 074a00d - lavr 1.1.0
   Add avresample_set_channel_mapping() for input channel reordering,
   duplication, and silencing.
 
-2012-12-29 - d8fd06c - lavu 52.2.1 - avstring.h
+2012-12-29 - d8fd06c - lavu 52.3.0 - avstring.h
   Add av_basename() and av_dirname().
 
 2012-11-11 - 5980f5d - lavu 52.2.0 - audioconvert.h
index 1dbb11ca21e8e3484e7e1cdb2e1373fd0358bd90..83a1f819d3b348b1483fafca74caf2bdb3e06b3b 100644 (file)
@@ -37,7 +37,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR 52
-#define LIBAVUTIL_VERSION_MINOR  3
+#define LIBAVUTIL_VERSION_MINOR  4
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \