summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc_chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtpenc_chain.h')
-rw-r--r--libavformat/rtpenc_chain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtpenc_chain.h b/libavformat/rtpenc_chain.h
index 6bdddcfe99..66b9e4cd0a 100644
--- a/libavformat/rtpenc_chain.h
+++ b/libavformat/rtpenc_chain.h
@@ -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 */