vp3: remove redeclaration of vp3_decode_flush

Signed-off-by: Jean First <jeanfirst@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Jean First 2012-01-03 00:28:04 +01:00 committed by Michael Niedermayer
parent 7d8f115843
commit f86c348d46

View File

@ -2054,8 +2054,6 @@ error:
return -1;
}
static void vp3_decode_flush(AVCodecContext *avctx);
static int read_huffman_tree(AVCodecContext *avctx, GetBitContext *gb)
{
Vp3DecodeContext *s = avctx->priv_data;