8svx: remove unused variable in eightsvx_decode_frame

Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/3/head
Jean First 13 years ago committed by Michael Niedermayer
parent 7ee0649f95
commit 9bfaeee5f3
  1. 1
      libavcodec/8svx.c

@ -106,7 +106,6 @@ static int eightsvx_decode_frame(AVCodecContext *avctx, void *data,
{
EightSvxContext *esc = avctx->priv_data;
int n, out_data_size, ret;
uint8_t *out_date;
uint8_t *src, *dst;
/* decode and interleave the first packet */

Loading…
Cancel
Save