[FFmpeg-devel] [PATCH] avfilter: add removegrain

James Darnley james.darnley at gmail.com
Tue Jul 7 01:35:06 CEST 2015


On 2015-07-05 20:14, Paul B Mahol wrote:
> +static int mode01(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8)
> +{
> +    const int mi = FFMIN(FFMIN(FFMIN(a1, a2), FFMIN(a3, a4)), FFMIN(FFMIN(a5, a6), FFMIN(a7, a8)));
> +    const int ma = FFMAX(FFMAX(FFMAX(a1, a2), FFMAX(a3, a4)), FFMAX(FFMIN(a5, a6), FFMAX(a7, a8)));
>                                                                      ^^^^^

Is this a typo here?  I would have expected all that second line to be
FFMAXes but this is an FFMIN.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150707/46fc0b50/attachment.sig>


More information about the ffmpeg-devel mailing list