diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-14 12:42:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-14 12:42:44 +0200 |
commit | 20904518e98bcd4f578f97ccf27dee29f481e969 (patch) | |
tree | fd537562bf0199c12ccc05f28be8c62cc3ab4379 /libavformat/rtsp.h | |
parent | 2425be894a527640c98b8c30f3bbecce77e730f1 (diff) | |
parent | b56fc18b20d62c3d2a134b53738deaabfd491e89 (diff) | |
download | ffmpeg-20904518e98bcd4f578f97ccf27dee29f481e969.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
sdp: Add an option for sending RTCP packets to the source of the last packets
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index add0dc0798..2dc4b6cbae 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -411,6 +411,8 @@ typedef struct RTSPState { source address and port. */ #define RTSP_FLAG_LISTEN 0x2 /**< Wait for incoming connections. */ #define RTSP_FLAG_CUSTOM_IO 0x4 /**< Do all IO via the AVIOContext. */ +#define RTSP_FLAG_RTCP_TO_SOURCE 0x8 /**< Send RTCP packets to the source + address of received packets. */ typedef struct RTSPSource { char addr[128]; /**< Source-specific multicast include source IP address (from SDP content) */ |