]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
Merge commit 'd68fb1475856cf93199e2bc4eee3063902c35df7'
[ffmpeg] / libavformat / rtsp.h
index bd837b57524f28bc96bca9cbbe54b183712de9cf..852fd6704e1de4777b9e3e41dbc2d30ac9cc4b3e 100644 (file)
@@ -466,6 +466,9 @@ typedef struct RTSPStream {
     /** Enable sending RTCP feedback messages according to RFC 4585 */
     int feedback;
 
+    /** SSRC for this stream, to allow identifying RTCP packets before the first RTP packet */
+    uint32_t ssrc;
+
     char crypto_suite[40];
     char crypto_params[100];
 } RTSPStream;