]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_chain.h
mpegvideo_enc: enable rtp_mode when multiple slices are used
[ffmpeg] / libavformat / rtpenc_chain.h
index 66b9e4cd0aeb2bf99b97e9768e432919df37d66b..41172394025edbc06ea0101618deb19975791874 100644 (file)
@@ -26,6 +26,7 @@
 #include "url.h"
 
 int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s,
-                          AVStream *st, URLContext *handle, int packet_size);
+                          AVStream *st, URLContext *handle, int packet_size,
+                          int id);
 
 #endif /* AVFORMAT_RTPENC_CHAIN_H */