From bbae68596e78025c2165411eea84744c72d394df Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Sun, 16 Sep 2012 04:09:24 +0200 Subject: xwma: Remove unused variable Signed-off-by: Diego Biurrun --- libavformat/xwma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/xwma.c') diff --git a/libavformat/xwma.c b/libavformat/xwma.c index 46ca0b80f1..baabf5775e 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; -- cgit v1.2.3