[FFmpeg-cvslog] lavf: bump minor and add APIchanges entry for av_get_output_timestamp
Nicolas George
git at videolan.org
Fri Jul 1 11:19:57 CEST 2011
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Fri Jul 1 10:09:04 2011 +0200| [518d8d436566e6260d73346cd999ff69eeb94e49] | committer: Nicolas George
lavf: bump minor and add APIchanges entry for av_get_output_timestamp
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=518d8d436566e6260d73346cd999ff69eeb94e49
---
doc/APIchanges | 3 +++
libavformat/version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 6860b57..52d7001 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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.
diff --git a/libavformat/version.h b/libavformat/version.h
index 691f9c0..d358285 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -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, \
More information about the ffmpeg-cvslog
mailing list