mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
cpu: initialize mask to -1, so that by default, optimizations are used.
This commit is contained in:
parent
6193ff6854
commit
a9c5b6f602
@ -19,7 +19,7 @@
|
||||
#include "cpu.h"
|
||||
#include "config.h"
|
||||
|
||||
static int cpuflags_mask, checked;
|
||||
static int cpuflags_mask = -1, checked;
|
||||
|
||||
int av_get_cpu_flags(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user