summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-01-02 14:32:18 +0200
committerMartin Storsjö <martin@martin.st>2011-10-12 14:48:45 +0300
commit30eae325302a99fd6c3051c34b60a605765e026c (patch)
tree777a7f8194cef2a9d64dd21a3fa21e2c7e7606a0 /libavformat/rtsp.h
parentbfc6db4477cd1ca6c32ab533783238cf8381f177 (diff)
rtsp: Parse the x-Accept-Dynamic-Rate header
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h3
1 files changed, 3 insertions, 0 deletions
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;
/**