[FFmpeg-devel] [PATCH 1/2] Add APIchanges entry and minor bump for av_pkt_dump{, _log}2

Martin Storsjö martin
Mon Mar 7 11:33:47 CET 2011


---
 doc/APIchanges        |    5 +++++
 libavformat/version.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 3a8543e..f9ae6c1 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,11 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2011-03-02 - 863c471 - lavf  52.103.0 - av_pkt_dump2, av_pkt_dump_log2
+  Add new functions av_pkt_dump2, av_pkt_dump_log2 that uses the
+  source stream timebase for outputting timestamps. Deprecate
+  av_pkt_dump and av_pkt_dump_log.
+
 2011-02-20 - e731b8d - lavf  52.102.0 - avio.h
   * e731b8d - rename init_put_byte() to ffio_init_context(), deprecating the
               original, and move it to a private header so it is no longer
diff --git a/libavformat/version.h b/libavformat/version.h
index 494cf11..aed8908 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,7 +24,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 102
+#define LIBAVFORMAT_VERSION_MINOR 103
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
-- 
1.7.3.1




More information about the ffmpeg-devel mailing list