]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tee.c
Merge commit '8c929037ec75fbe9f367e0a31ee34839e92de481'
[ffmpeg] / libavformat / tee.c
index 518af4a5d8adb91589ca50d13ee51f1204463069..d59ad4d183b21457093fa6552da5fcc0a643afb7 100644 (file)
@@ -161,6 +161,8 @@ static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
     avf2->opaque   = avf->opaque;
     avf2->io_open  = avf->io_open;
     avf2->io_close = avf->io_close;
+    avf2->interrupt_callback = avf->interrupt_callback;
+    avf2->flags = avf->flags;
 
     tee_slave->stream_map = av_calloc(avf->nb_streams, sizeof(*tee_slave->stream_map));
     if (!tee_slave->stream_map) {