Re: [FFmpeg-devel] [PATCH 07/17] lavfi: pass min explicitly to samples_ready().

2016-12-29 Thread Michael Niedermayer
On Thu, Dec 29, 2016 at 03:33:53PM +0100, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavfilter/avfilter.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > > Unchanged. should be ok [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 07/17] lavfi: pass min explicitly to samples_ready().

2016-12-29 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/avfilter.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) Unchanged. diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index d1ba7d9bad..d31c9f738b 100644 --- a/libavfilter/avfilter.c +++

[FFmpeg-devel] [PATCH 07/17] lavfi: pass min explicitly to samples_ready().

2016-12-24 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/avfilter.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 92cba6f7a1..22a1fedd17 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@