summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
diff options
context:
space:
mode:
authorJean First <jeanfirst@gmail.com>2012-01-03 00:28:04 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-03 03:16:42 +0100
commitf86c348d46db885a98d349ceed1eebf384d6ef01 (patch)
treed2f1dc229ad00d803a92479f3b81c86139f38837 /libavcodec/vp3.c
parent7d8f1158436c261d2d1657c33e731f9bec650c51 (diff)
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>
Diffstat (limited to 'libavcodec/vp3.c')
-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;