[FFmpeg-cvslog] avfilter/dualinput: fix repeatlast to match docs and eof_action=pass

Michael Niedermayer git at videolan.org
Tue Feb 4 15:08:25 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Feb  4 14:54:14 2014 +0100| [cddbe9fa2eb50ffb8424c9ed090840972ff48f3c] | committer: Michael Niedermayer

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

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cddbe9fa2eb50ffb8424c9ed090840972ff48f3c
---

 libavfilter/dualinput.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/dualinput.c b/libavfilter/dualinput.c
index 88f7a27..45f6810 100644
--- a/libavfilter/dualinput.c
+++ b/libavfilter/dualinput.c
@@ -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;
     }
 



More information about the ffmpeg-cvslog mailing list