Browse Source

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>
tags/n0.10
Jean First Michael Niedermayer 14 years ago
parent
commit
f86c348d46
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/vp3.c

+ 0
- 2
libavcodec/vp3.c View File

@@ -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;


Loading…
Cancel
Save