diff utils.c @ 3666:faa8dc533ad3 libavcodec

remove redundant declarations
author mru
date Sat, 02 Sep 2006 23:10:28 +0000
parents 05bb54c1d979
children c63b9bb49532
line wrap: on
line diff
--- a/utils.c	Sat Sep 02 04:58:51 2006 +0000
+++ b/utils.c	Sat Sep 02 23:10:28 2006 +0000
@@ -57,8 +57,6 @@
 
 static int volatile entangled_thread_counter=0;
 
-void avcodec_default_free_buffers(AVCodecContext *s);
-
 void *av_mallocz(unsigned int size)
 {
     void *ptr;