From c36bad3b895c908c270af8b526687307a15855d9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 31 Jul 2012 23:29:37 +0000 Subject: [PATCH] xvma: remove unused variable Signed-off-by: Paul B Mahol --- libavformat/xwma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/xwma.c b/libavformat/xwma.c index bd3af35b72..f8561d1522 100644 --- a/libavformat/xwma.c +++ b/libavformat/xwma.c @@ -42,7 +42,7 @@ static int xwma_probe(AVProbeData *p) static int xwma_read_header(AVFormatContext *s) { - int64_t size, av_uninit(data_size); + int64_t size; int ret; uint32_t dpds_table_size = 0; uint32_t *dpds_table = 0;