Hi,

2015-10-08 8:22 GMT+02:00 Christophe Gisquet <christophe.gisq...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to