apedec: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/3/merge
Michael Niedermayer 13 years ago
parent f57ab7ed37
commit 670229ef43
  1. 1
      libavcodec/apedec.c

@ -827,7 +827,6 @@ static int ape_decode_frame(AVCodecContext *avctx, void *data,
if(!s->samples){
uint32_t nblocks, offset;
void *tmp_data;
if (!buf_size) {
*got_frame_ptr = 0;

Loading…
Cancel
Save