]> git.sesse.net Git - ffmpeg/commitdiff
8svx: remove unused variable in eightsvx_decode_frame
authorJean First <jeanfirst@gmail.com>
Fri, 30 Dec 2011 20:07:58 +0000 (21:07 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 31 Dec 2011 01:27:10 +0000 (02:27 +0100)
Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/8svx.c

index b4fc899a2297bfdb2a53e814ed49cb560f57bc2f..a91f001531f11b02ca403742e4cfa45f9c028dab 100644 (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 */