Commit cddbe9fa authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/dualinput: fix repeatlast to match docs and eof_action=pass

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 905cd28a
......@@ -59,7 +59,7 @@ int ff_dualinput_init(AVFilterContext *ctx, FFDualInputContext *s)
if (s->shortest)
in[0].after = in[1].after = EXT_STOP;
if (!s->repeatlast) {
in[0].after = EXT_STOP;
in[1].after = EXT_NULL;
in[1].sync = 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment