Commit bbae6859 authored by Benjamin Larsson's avatar Benjamin Larsson Committed by Diego Biurrun

xwma: Remove unused variable

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent e817d913
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment