Re: [FFmpeg-devel] [PATCH] avfilter/vf_cropdetect: adjust Default threshold based on bit depth

2014-12-30 Thread Michael Niedermayer
On Tue, Dec 30, 2014 at 11:14:29PM +0100, Reimar Döffinger wrote: > On Tue, Dec 30, 2014 at 09:12:13PM +0100, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavfilter/vf_cropdetect.c |9 ++--- > > 1 file changed, 6 insertions(+), 3 deletions(-) > > > > di

Re: [FFmpeg-devel] [PATCH] avfilter/vf_cropdetect: adjust Default threshold based on bit depth

2014-12-30 Thread Reimar Döffinger
On Tue, Dec 30, 2014 at 09:12:13PM +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavfilter/vf_cropdetect.c |9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/libavfilter/vf_cropdetect.c b/libavfilter/vf_cropdetect.c > index dd2

[FFmpeg-devel] [PATCH] avfilter/vf_cropdetect: adjust Default threshold based on bit depth

2014-12-30 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/vf_cropdetect.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_cropdetect.c b/libavfilter/vf_cropdetect.c index dd237ef..d49101c 100644 --- a/libavfilter/vf_cropdetect.c +++ b/libavfilter/vf_cropdet