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.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
