Re: [FFmpeg-devel] [PATCH 06/17] lavfi: add ff_link_process_timeline().

2016-12-24 Thread Nicolas George
Le quintidi 5 nivôse, an CCXXV, Michael Niedermayer a écrit : > This seems to just factorize code > LGTM Yes; the previous one too. As I said, quite straightforward, just making existing pieces of code available for the next steps. Regards, -- Nicolas George signature.asc Description: Digit

Re: [FFmpeg-devel] [PATCH 06/17] lavfi: add ff_link_process_timeline().

2016-12-24 Thread Michael Niedermayer
On Sat, Dec 24, 2016 at 06:41:38PM +0100, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavfilter/avfilter.c | 34 +- > libavfilter/internal.h | 6 ++ > 2 files changed, 27 insertions(+), 13 deletions(-) This seems to just factorize code LGT

[FFmpeg-devel] [PATCH 06/17] lavfi: add ff_link_process_timeline().

2016-12-24 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/avfilter.c | 34 +- libavfilter/internal.h | 6 ++ 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index b05a75182a..92cba6f7a1 100644 --- a/libavfil