Commit c36bad3b authored by Paul B Mahol's avatar Paul B Mahol

xvma: remove unused variable

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent b0c51bbc
......@@ -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