]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_chain.h
oggdec: simplify start time calculation code.
[ffmpeg] / libavformat / rtpenc_chain.h
index 8e6b80aa3feb47292b4508a8006f52e1526831a4..1ba361718899f61505ca2adbb935eb127432ce6a 100644 (file)
@@ -25,7 +25,7 @@
 #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 */