[FFmpeg-cvslog] r20827 - in trunk: doc/APIchanges libavformat/avformat.h

michael subversion
Sun Dec 13 16:55:07 CET 2009


Author: michael
Date: Sun Dec 13 16:55:07 2009
New Revision: 20827

Log:
APIChanges & minor bump due to avg_frame_rate addition.

Modified:
   trunk/doc/APIchanges
   trunk/libavformat/avformat.h

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Sun Dec 13 16:52:11 2009	(r20826)
+++ trunk/doc/APIchanges	Sun Dec 13 16:55:07 2009	(r20827)
@@ -12,6 +12,9 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2009-12-13 - r20826 - lavc 52.42.0 - AVStream
+  add avg_frame_rate
+
 2009-12-12 - r20808 - lavu 50.6.0 - av_bmg_next()
   Introduce the av_bmg_next() function.
 

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Sun Dec 13 16:52:11 2009	(r20826)
+++ trunk/libavformat/avformat.h	Sun Dec 13 16:55:07 2009	(r20827)
@@ -22,7 +22,7 @@
 #define AVFORMAT_AVFORMAT_H
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 41
+#define LIBAVFORMAT_VERSION_MINOR 42
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list