[FFmpeg-devel] [PATCH] Changelog: Add cropdetect non 8bpp

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Jan 1 10:25:00 CET 2015


On Thu, Jan 01, 2015 at 03:34:15AM +0100, Michael Niedermayer wrote:
> Suggested-by: Reimar
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  Changelog |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Changelog b/Changelog
> index 37ce0f0..e9d8355 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -9,6 +9,7 @@ version <next>:
>  - RTP/mpegts muxer
>  - non continuous cache protocol support
>  - tblend filter
> +- cropdetect support for non 8bpp with both aboslute and relative (0.0-1.0) threshold

"abSOlute".
Also I now realized I misread your patch, the old behaviour should
be unchanged.
I would maybe write
"absolute (if limit >= 1) and relative (if limit < 1.0) threshold" to make
the "sudden" behaviour change at 1.0 more explicit.
But it's good and my main concern was addressed by simply reading your original
patch correctly anyway :)

Thanks,
Reimar


More information about the ffmpeg-devel mailing list