mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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)
|
if (s->shortest)
|
||||||
in[0].after = in[1].after = EXT_STOP;
|
in[0].after = in[1].after = EXT_STOP;
|
||||||
if (!s->repeatlast) {
|
if (!s->repeatlast) {
|
||||||
in[0].after = EXT_STOP;
|
in[1].after = EXT_NULL;
|
||||||
in[1].sync = 0;
|
in[1].sync = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user