mirror of https://github.com/mpv-player/mpv
timer: add "static" to a variable
(cherry picked from commit 6814830b9a
)
This commit is contained in:
parent
d0216842d3
commit
2ca19ba1b5
|
@ -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