Make the ff_lockmgr_cb function pointer static to utils.c
authorDiego Elio Pettenò <flameeyes@gmail.com>
Mon, 24 Jan 2011 23:36:13 +0000 (23:36 +0000)
committerMans Rullgard <mans@mansr.com>
Mon, 24 Jan 2011 23:45:46 +0000 (23:45 +0000)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/utils.c

index 02b9fd6..53a0674 100644 (file)
@@ -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)