提交 bb875b75 编写于 作者: D Diego Elio Pettenò 提交者: Mans Rullgard

Make the ff_lockmgr_cb function pointer static to utils.c

Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 3568853f
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册