OSDN Git Service

rtpdec: Support sending RTCP feedback packets
[android-x86/external-ffmpeg.git] / libavformat / rtsp.h
index 3260f6c..e8d57f2 100644 (file)
@@ -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,