Browse Source

8svx: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 12 years ago
parent
commit
fc6860a3eb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/8svx.c

+ 0
- 1
libavcodec/8svx.c View File

@@ -96,7 +96,6 @@ static int eightsvx_decode_frame(AVCodecContext *avctx, void *data,
int buf_size;
int ch, ret;
int is_compr = (avctx->codec_id != AV_CODEC_ID_PCM_S8_PLANAR);
uint8_t *src;
int hdr_size = is_compr ? 2 : 0;

/* decode and interleave the first packet */


Loading…
Cancel
Save