]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_chain.h
lavf: split wav muxer and demuxer into separate files.
[ffmpeg] / libavformat / rtpenc_chain.h
index 678b49e27b4aefd4f857c6f11a58622712899262..66b9e4cd0aeb2bf99b97e9768e432919df37d66b 100644 (file)
@@ -23,8 +23,9 @@
 #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);
 
 #endif /* AVFORMAT_RTPENC_CHAIN_H */