From d9020f94ed86efe66cb03d7055f3aaf7131ea358 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 5 Sep 2011 22:39:11 +0300 Subject: [PATCH] Fix warning --- src/input/decoder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/decoder.c b/src/input/decoder.c index 7af15e5b6a..4d98e89a59 100644 --- a/src/input/decoder.c +++ b/src/input/decoder.c @@ -70,7 +70,6 @@ static void DecoderUnsupportedCodec( decoder_t *, vlc_fourcc_t ); /* Buffers allocation callbacks for the decoders */ static aout_buffer_t *aout_new_buffer( decoder_t *, int ); -static void aout_del_buffer( decoder_t *, aout_buffer_t * ); static picture_t *vout_new_buffer( decoder_t * ); static void vout_del_buffer( decoder_t *, picture_t * ); -- 2.39.2