]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/dualinput.c
Merge commit '81f769fa129edc51c28285649c2df6da717e718f'
[ffmpeg] / libavfilter / dualinput.c
index 1a078a25e43d5565ddf3968d4089762f872fd647..44750973a60e07d21085e25b51334768d599df89 100644 (file)
@@ -66,6 +66,9 @@ int ff_dualinput_init(AVFilterContext *ctx, FFDualInputContext *s)
         in[1].after = EXT_NULL;
         in[1].sync  = 0;
     }
+    if (s->skip_initial_unpaired) {
+        in[1].before = EXT_STOP;
+    }
 
     return ff_framesync_configure(&s->fs);
 }