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

mstorsjo subversion
Sat Jul 17 01:31:30 CEST 2010


Author: mstorsjo
Date: Sat Jul 17 01:31:30 2010
New Revision: 24278

Log:
Bump minor and add APIchanges entry for url_fskip return value change.

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

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Sat Jul 17 01:20:03 2010	(r24277)
+++ trunk/doc/APIchanges	Sat Jul 17 01:31:30 2010	(r24278)
@@ -12,6 +12,9 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2010-07-17 - r24278 - lavf 52.74.0 - url_fskip()
+  Make url_fskip() return an int error code instead of void.
+
 2010-07-11 - r24199 - lavc 52.83.0
   Add AVCodecContext.lpc_type and AVCodecContext.lpc_passes fields.
   Add AVLPCType enum.

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Sat Jul 17 01:20:03 2010	(r24277)
+++ trunk/libavformat/avformat.h	Sat Jul 17 01:31:30 2010	(r24278)
@@ -22,7 +22,7 @@
 #define AVFORMAT_AVFORMAT_H
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 73
+#define LIBAVFORMAT_VERSION_MINOR 74
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list