Commit fc6860a3 authored by Michael Niedermayer's avatar Michael Niedermayer

8svx: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent adcfc053
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment