Commit 76cc8582 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/fft-test: fix type of cpuflags

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 59074310
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment