]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_chain.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / rtpenc_chain.c
index f4590faa089812c644142d9de16fa3026a6159e4..8a5adf54ed89de9b6af7cbf88742d29cb41cb9af 100644 (file)
@@ -47,6 +47,8 @@ AVFormatContext *ff_rtp_chain_mux_open(AVFormatContext *s, AVStream *st,
         av_free(rtpctx);
         return NULL;
     }
+    /* Pass the interrupt callback on */
+    rtpctx->interrupt_callback = s->interrupt_callback;
     /* Copy the max delay setting; the rtp muxer reads this. */
     rtpctx->max_delay = s->max_delay;
     /* Copy other stream parameters. */