[FFmpeg-devel] [PATCH 7/9] dct-test: allow comparing x86 simple idcts

Christophe Gisquet christophe.gisquet at gmail.com
Thu Oct 8 13:43:46 CEST 2015


Hi,

2015-10-08 8:22 GMT+02:00 Christophe Gisquet <christophe.gisquet at gmail.com>:
> -        else if (!strcmp(dct->name, "SIMPLE10-SSE2") ||
> -                 !strcmp(dct->name, "SIMPLE10-AVX"))
> +        else if (strcmp(dct->name, "SIMPLE10-") > 0)

Not correct, I'll use strncmp in a later revision of this patch.

-- 
Christophe


More information about the ffmpeg-devel mailing list