]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
Add a smooth streaming segmenter muxer
[ffmpeg] / libavformat / rtsp.h
index 704586a94e94aa85f91546e01af6280335270260..d16c98ca8a46bc439e06e19867b64ad9c13af480 100644 (file)
@@ -311,6 +311,13 @@ typedef struct RTSPState {
      * other cases, this is a copy of AVFormatContext->filename. */
     char control_uri[1024];
 
+    /** The following are used for parsing raw mpegts in udp */
+    //@{
+    struct MpegTSContext *ts;
+    int recvbuf_pos;
+    int recvbuf_len;
+    //@}
+
     /** Additional output handle, used when input and output are done
      * separately, eg for HTTP tunneling. */
     URLContext *rtsp_hd_out;