[FFmpeg-cvslog] r25444 - in trunk: Changelog libavformat/avformat.h

mstorsjo subversion
Mon Oct 11 13:50:34 CEST 2010


Author: mstorsjo
Date: Mon Oct 11 13:50:33 2010
New Revision: 25444

Log:
Add forgotten minor bump and changelog entry for the SAP muxer

Modified:
   trunk/Changelog
   trunk/libavformat/avformat.h

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Mon Oct 11 00:30:21 2010	(r25443)
+++ trunk/Changelog	Mon Oct 11 13:50:33 2010	(r25444)
@@ -44,6 +44,7 @@ version <next>:
 - blackframe filter
 - Demuxer for Leitch/Harris' VR native stream format (LXF)
 - RTP depacketization of the X-QT QuickTime format
+- SAP (Session Announcement Protocol, RFC 2974) muxer
 
 
 version 0.6:

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Mon Oct 11 00:30:21 2010	(r25443)
+++ trunk/libavformat/avformat.h	Mon Oct 11 13:50:33 2010	(r25444)
@@ -22,7 +22,7 @@
 #define AVFORMAT_AVFORMAT_H
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 80
+#define LIBAVFORMAT_VERSION_MINOR 81
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list