mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Make the ff_lockmgr_cb function pointer static to utils.c
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
3568853f63
commit
bb875b75ba
@ -45,7 +45,7 @@
|
||||
#include <float.h>
|
||||
|
||||
static int volatile entangled_thread_counter=0;
|
||||
int (*ff_lockmgr_cb)(void **mutex, enum AVLockOp op);
|
||||
static int (*ff_lockmgr_cb)(void **mutex, enum AVLockOp op);
|
||||
static void *codec_mutex;
|
||||
|
||||
void *av_fast_realloc(void *ptr, unsigned int *size, FF_INTERNALC_MEM_TYPE min_size)
|
||||
|
Loading…
Reference in New Issue
Block a user