[FFmpeg-devel] [PATCH 1/5] vp3: remove redeclaration of vp3_decode_flush

Jean First jeanfirst at gmail.com
Tue Jan 3 00:28:04 CET 2012


Signed-off-by: Jean First <jeanfirst at gmail.com>
---
 libavcodec/vp3.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index 0137253..6c0a2c7 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -2060,8 +2060,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;
-- 
1.7.7.3



More information about the ffmpeg-devel mailing list