[SCM] libav/experimental: Make the ff_lockmgr_cb function pointer static to utils.c
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:22:37 UTC 2013
The following commit has been merged in the experimental branch:
commit bb875b75bab4d1713f8251746b01785c19965a9f
Author: Diego Elio Pettenò <flameeyes at gmail.com>
Date: Mon Jan 24 23:36:13 2011 +0000
Make the ff_lockmgr_cb function pointer static to utils.c
Signed-off-by: Mans Rullgard <mans at mansr.com>
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 02b9fd6..53a0674 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list