mirror of https://github.com/mpv-player/mpv
timer: add "static" to a variable
This commit is contained in:
parent
d3a3cfe54c
commit
6814830b9a
|
@ -28,7 +28,7 @@
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
|
|
||||||
static uint64_t raw_time_offset;
|
static uint64_t raw_time_offset;
|
||||||
pthread_once_t timer_init_once = PTHREAD_ONCE_INIT;
|
static pthread_once_t timer_init_once = PTHREAD_ONCE_INIT;
|
||||||
|
|
||||||
static void do_timer_init(void)
|
static void do_timer_init(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue