summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
committerMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
commit0e176c3eb54ecc4504920347e9727f1d8b5657ef (patch)
tree37a1e517c69ae5f4675aab39e4823cdadfbb419d /libavcodec/utils.c
parent6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (diff)
remove redundant declarations
Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
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;