]> git.sesse.net Git - ffmpeg/commitdiff
lavf: bump minor and add APIchanges entry for av_get_output_timestamp
authorNicolas George <nicolas.george@normalesup.org>
Fri, 1 Jul 2011 08:09:04 +0000 (10:09 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Fri, 1 Jul 2011 09:11:48 +0000 (11:11 +0200)
doc/APIchanges
libavformat/version.h

index 6860b57e2b8dac55954951ef87912b93191a86d5..52d700189b4e2403efa9fa68424c97d4a8bef8d0 100644 (file)
@@ -13,6 +13,9 @@ libavutil:   2011-04-18
 
 API changes, most recent first:
 
+2011-07-01 - b442ca6 - lavf 53.5.0 - avformat.h
+  Add function av_get_output_timestamp().
+
 2011-06-28 - 5129336 - lavu 51.11.0 - avutil.h
   Define the AV_PICTURE_TYPE_NONE value in AVPictureType enum.
 
index 691f9c0569a40af0ae507b328deefc145871b3ab..d358285e3cfaf0a79f096ff6ee377bd3662f6eac 100644 (file)
@@ -24,7 +24,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 53
-#define LIBAVFORMAT_VERSION_MINOR  4
+#define LIBAVFORMAT_VERSION_MINOR  5
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \