Skip to content
Snippets Groups Projects
Commit bb875b75 authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Mans Rullgard
Browse files

Make the ff_lockmgr_cb function pointer static to utils.c


Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 3568853f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment