mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 18:21:04 +00:00
xvma: remove unused variable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
b0c51bbcd1
commit
c36bad3b89
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user