diff options
author | Martin Storsjö <martin@martin.st> | 2010-10-19 07:38:53 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-10-19 07:38:53 +0000 |
commit | 44594cc7980a4651aba8ac40c59192c283634748 (patch) | |
tree | 2c7b16f9124a68bc1b09429f5d122475553b3613 /libavformat/avformat.h | |
parent | 4ad08021e8e81057d89c75fd63b97cd1f0757a23 (diff) | |
download | ffmpeg-44594cc7980a4651aba8ac40c59192c283634748.tar.gz |
Add a demuxer for receiving raw rtp:// URLs without an SDP description
The demuxer inspects the payload type of a received RTP packet and
handles the cases where the content is fully described by the payload type.
Originally committed as revision 25527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 62bf42b968..a9cf174af9 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 83 +#define LIBAVFORMAT_VERSION_MINOR 84 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |