diff options
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 3260f6c92d..e8d57f283a 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -437,6 +437,9 @@ typedef struct RTSPStream { /** private data associated with the dynamic protocol */ PayloadContext *dynamic_protocol_context; //@} + + /** Enable sending RTCP feedback messages according to RFC 4585 */ + int feedback; } RTSPStream; void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf, |