diff options
-rw-r--r-- | libavcodec/8svx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/8svx.c b/libavcodec/8svx.c index 4a0cb37dc5..698ddd0f14 100644 --- a/libavcodec/8svx.c +++ b/libavcodec/8svx.c @@ -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 */ |