mirror of https://git.ffmpeg.org/ffmpeg.git
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