]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_chain.h
hls: Set stream offset before opening a chained demuxer
[ffmpeg] / libavformat / rtpenc_chain.h
index 678b49e27b4aefd4f857c6f11a58622712899262..41172394025edbc06ea0101618deb19975791874 100644 (file)
 #define AVFORMAT_RTPENC_CHAIN_H
 
 #include "avformat.h"
+#include "url.h"
 
-AVFormatContext *ff_rtp_chain_mux_open(AVFormatContext *s, AVStream *st,
-                                       URLContext *handle, int packet_size);
+int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s,
+                          AVStream *st, URLContext *handle, int packet_size,
+                          int id);
 
 #endif /* AVFORMAT_RTPENC_CHAIN_H */