Re: [FFmpeg-devel] [PATCH 1/2] lavfi/framesync2: add dualinput helper functions.

2017-07-30 Thread Nicolas George
Le duodi 12 thermidor, an CCXXV, Clement Boesch a écrit : > Sorry I haven't followed your patchset closely: can you confirm that it > can be applied before these filters are updated? In theory, yes. In practice, I have just found an infinite loop with repeatlast=0, so I need to fix it. > Do you

Re: [FFmpeg-devel] [PATCH 1/2] lavfi/framesync2: add dualinput helper functions.

2017-07-30 Thread Clément Bœsch
On Sun, Jul 30, 2017 at 03:32:40PM +0200, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavfilter/framesync2.c | 78 > +--- > libavfilter/framesync2.h | 20 + > 2 files changed, 80 insertions(+), 18

[FFmpeg-devel] [PATCH 1/2] lavfi/framesync2: add dualinput helper functions.

2017-07-30 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/framesync2.c | 78 +--- libavfilter/framesync2.h | 20 + 2 files changed, 80 insertions(+), 18 deletions(-) Ok, this one actually works. There was a bug in framesync2