lavfi/dualinput: fix shortest option.

Fix trac ticket #3315.
pull/54/head
Nicolas George 11 years ago
parent 77b8d4e521
commit 2dc5980d61
  1. 2
      libavfilter/dualinput.c

@ -57,7 +57,7 @@ int ff_dualinput_init(AVFilterContext *ctx, FFDualInputContext *s)
in[1].after = EXT_INFINITY;
if (s->shortest)
in[1].after = EXT_STOP;
in[0].after = in[1].after = EXT_STOP;
if (!s->repeatlast) {
in[0].after = EXT_STOP;
in[1].sync = 0;

Loading…
Cancel
Save