mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-20 05:46:57 +00:00
Add forgotten minor bump and changelog entry for the SAP muxer
Originally committed as revision 25444 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7761129540
commit
ad64a807a9
@ -44,6 +44,7 @@ version <next>:
|
|||||||
- blackframe filter
|
- blackframe filter
|
||||||
- Demuxer for Leitch/Harris' VR native stream format (LXF)
|
- Demuxer for Leitch/Harris' VR native stream format (LXF)
|
||||||
- RTP depacketization of the X-QT QuickTime format
|
- RTP depacketization of the X-QT QuickTime format
|
||||||
|
- SAP (Session Announcement Protocol, RFC 2974) muxer
|
||||||
|
|
||||||
|
|
||||||
version 0.6:
|
version 0.6:
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#define AVFORMAT_AVFORMAT_H
|
#define AVFORMAT_AVFORMAT_H
|
||||||
|
|
||||||
#define LIBAVFORMAT_VERSION_MAJOR 52
|
#define LIBAVFORMAT_VERSION_MAJOR 52
|
||||||
#define LIBAVFORMAT_VERSION_MINOR 80
|
#define LIBAVFORMAT_VERSION_MINOR 81
|
||||||
#define LIBAVFORMAT_VERSION_MICRO 0
|
#define LIBAVFORMAT_VERSION_MICRO 0
|
||||||
|
|
||||||
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
|
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
|
||||||
|
Loading…
Reference in New Issue
Block a user