[SCM] libav/experimental: Add forgotten minor bump and changelog entry for the SAP muxer

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:17:29 UTC 2013


The following commit has been merged in the experimental branch:
commit ad64a807a9bb4b6b89d6b09401f857b1b6c8f96f
Author: Martin Storsjö <martin at martin.st>
Date:   Mon Oct 11 11:50:33 2010 +0000

    Add forgotten minor bump and changelog entry for the SAP muxer
    
    Originally committed as revision 25444 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Changelog b/Changelog
index b2c72bc..bdda4c6 100644
--- a/Changelog
+++ b/Changelog
@@ -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:
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index a5c745b..42ba01f 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list