summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-05-21 15:03:48 +0300
committerMartin Storsjö <martin@martin.st>2011-06-10 10:52:22 +0300
commite2e29c62476f7d8f8851d0d51809ce2a152362f5 (patch)
treede08d1a88ffc18454c3802bd42ae23176f159132 /libavformat/rtsp.h
parent6cf09bb7ef5a52b9d9b589067d94a5c80f9fe848 (diff)
rtspenc: Add RTP muxer options
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index f5a7fada21..5eae6bf4f3 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -344,6 +344,11 @@ typedef struct RTSPState {
* Do not begin to play the stream immediately.
*/
int initial_pause;
+
+ /**
+ * Option flags for the chained RTP muxer.
+ */
+ int rtp_muxer_flags;
} RTSPState;
/**