Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 0f8a4f4124..6123210925 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -57,8 +57,6 @@ const uint8_t ff_reverse[256]={
static int volatile entangled_thread_counter=0;
-void avcodec_default_free_buffers(AVCodecContext *s);
-
void *av_mallocz(unsigned int size)
{
void *ptr;