Browse Source

8svx: remove unused variable in eightsvx_decode_frame

Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Jean First Michael Niedermayer 14 years ago
parent
commit
9bfaeee5f3
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/8svx.c

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

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