mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
cpu: initialize mask to -1, so that by default, optimizations are used.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user