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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-02-04 14:54:14 +01:00
parent 905cd28a5a
commit cddbe9fa2e

View File

@ -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;
}