summaryrefslogtreecommitdiff
path: root/libavcodec/8svx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/8svx.c')
-rw-r--r--libavcodec/8svx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/8svx.c b/libavcodec/8svx.c
index b4fc899a22..a91f001531 100644
--- a/libavcodec/8svx.c
+++ b/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 */