mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
avcodec/fft-test: fix type of cpuflags
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
590743101d
commit
76cc8582fd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user