diff options
author | Martin Storsjö <martin@martin.st> | 2010-08-09 10:31:59 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-08-09 10:31:59 +0000 |
commit | b5c4bb989d4085625f212b9b6378e4ee0a1a9ca8 (patch) | |
tree | 490860993ea617d2ab9374208af113fcfa83cfcb /libavformat/rtp.h | |
parent | 62c7e2c3364c232e04b694641d4a0611c700ee56 (diff) | |
download | ffmpeg-b5c4bb989d4085625f212b9b6378e4ee0a1a9ca8.tar.gz |
rtpenc_xiph: Set the ident value via a define
Originally committed as revision 24749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 7834f9deb8..333ed33d8b 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -76,4 +76,10 @@ enum CodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type); #define RTCP_TX_RATIO_NUM 5 #define RTCP_TX_RATIO_DEN 1000 +/* An arbitrary id value for RTP Xiph streams - only relevant to indicate + * the the configuration has changed within a stream (by changing the + * ident value sent). + */ +#define RTP_XIPH_IDENT 0xfecdba + #endif /* AVFORMAT_RTP_H */ |