avcodec/fft-test: fix type of cpuflags

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-06-19 02:08:06 +02:00
parent 590743101d
commit 76cc8582fd

View File

@ -285,7 +285,7 @@ int main(int argc, char **argv)
break;
case 'c':
{
int cpuflags = av_get_cpu_flags();
unsigned cpuflags = av_get_cpu_flags();
if (av_parse_cpu_caps(&cpuflags, optarg) < 0)
return 1;