Commit f86c348d authored by Jean First's avatar Jean First Committed by Michael Niedermayer

vp3: remove redeclaration of vp3_decode_flush

Signed-off-by: 's avatarJean First <jeanfirst@gmail.com>
Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7d8f1158
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment