X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtsp.h;h=321cd7a1f8b5cbb0630468176e2d4585f5655660;hb=64b7e7dcaf21bd3c9f644446c59acdac6a95892f;hp=7ca8f645699838c2b39664541597b15a3211438b;hpb=8429320313a3bca0b2ce789b612ac3df51968a70;p=ffmpeg diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 7ca8f645699..321cd7a1f8b 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -437,6 +437,12 @@ 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; + + char crypto_suite[40]; + char crypto_params[100]; } RTSPStream; void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf,