diff --git a/Changelog b/Changelog index b2c72bc096..bdda4c6684 100644 --- a/Changelog +++ b/Changelog @@ -44,6 +44,7 @@ version : - 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 a5c745bb78..42ba01f897 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, \