diff options
author | Jean First <jeanfirst@gmail.com> | 2012-01-03 00:28:04 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-03 03:16:42 +0100 |
commit | f86c348d46db885a98d349ceed1eebf384d6ef01 (patch) | |
tree | d2f1dc229ad00d803a92479f3b81c86139f38837 /libavcodec | |
parent | 7d8f1158436c261d2d1657c33e731f9bec650c51 (diff) | |
download | ffmpeg-f86c348d46db885a98d349ceed1eebf384d6ef01.tar.gz |
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')
-rw-r--r-- | libavcodec/vp3.c | 2 |
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; |