mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-21 23:10:13 +00:00
avfilter/dualinput: fix repeatlast to match docs and eof_action=pass
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
905cd28a5a
commit
cddbe9fa2e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user