Browse Source

Make the ff_lockmgr_cb function pointer static to utils.c

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit bb875b75ba)
tags/n0.8
Diego Elio Pettenò Michael Niedermayer 14 years ago
parent
commit
291f326a2e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/utils.c

+ 1
- 1
libavcodec/utils.c View File

@@ -45,7 +45,7 @@
#include <float.h> #include <float.h>


static int volatile entangled_thread_counter=0; 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; static void *codec_mutex;


void *av_fast_realloc(void *ptr, unsigned int *size, FF_INTERNALC_MEM_TYPE min_size) void *av_fast_realloc(void *ptr, unsigned int *size, FF_INTERNALC_MEM_TYPE min_size)


Loading…
Cancel
Save