From 30eae325302a99fd6c3051c34b60a605765e026c Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 2 Jan 2011 14:32:18 +0200 Subject: rtsp: Parse the x-Accept-Dynamic-Rate header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtsp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/rtsp.h') diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 265d9f837f..62ca483d9d 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -346,6 +346,9 @@ typedef struct RTSPState { * Option flags for the chained RTP muxer. */ int rtp_muxer_flags; + + /** Whether the server accepts the x-Dynamic-Rate header */ + int accept_dynamic_rate; } RTSPState; /** -- cgit v1.2.3