summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean First <[email protected]>2012-01-03 00:28:04 +0100
committerMichael Niedermayer <[email protected]>2012-01-03 03:16:42 +0100
commitf86c348d46db885a98d349ceed1eebf384d6ef01 (patch)
treed2f1dc229ad00d803a92479f3b81c86139f38837
parent7d8f1158436c261d2d1657c33e731f9bec650c51 (diff)
vp3: remove redeclaration of vp3_decode_flush
Signed-off-by: Jean First <[email protected]> Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r--libavcodec/vp3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index b446e519f0..80e71303fa 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -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;