[FFmpeg-devel] [PATCH v1 1/3] libavformat/rtsp.h : Add member ignore_rtcp to RTSPState

sunml at epoint.com.cn sunml at epoint.com.cn
Sat Apr 17 19:55:26 EEST 2021


From: Minlei Sun <sunml at epoint.com.cn>

Signed-off-by: Minlei Sun <sunml at epoint.com.cn>
---
 libavformat/rtsp.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 1310dd9c08..516391673a 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -416,6 +416,11 @@ typedef struct RTSPState {
      */
     char *user_agent;
 
+    /**
+     * ignore rtcp data
+     */
+    int ignore_rtcp;
+
     char default_lang[4];
     int buffer_size;
     int pkt_size;
-- 
2.24.3 (Apple Git-128)



More information about the ffmpeg-devel mailing list