]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
cafdec: fix overflow checking in read_header()
[ffmpeg] / libavformat / rtsp.h
index 7ca8f645699838c2b39664541597b15a3211438b..321cd7a1f8b5cbb0630468176e2d4585f5655660 100644 (file)
@@ -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,