Browse Source

apedec: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 14 years ago
parent
commit
670229ef43
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/apedec.c

+ 0
- 1
libavcodec/apedec.c View File

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