This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/dualinput: fix repeatlast to match docs and eof_action=pass
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer
11 years ago
parent
905cd28a5a
commit
cddbe9fa2e
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/dualinput.c
+ 1
- 1
libavfilter/dualinput.c
View File
@@ -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;
}
}
Write
Preview
Loading…
Cancel
Save