You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
xwma: Remove unused variable
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
e817d9139f
commit
bbae68596e
@@ -42,7 +42,7 @@ static int xwma_probe(AVProbeData *p)
|
|||||||
|
|
||||||
static int xwma_read_header(AVFormatContext *s)
|
static int xwma_read_header(AVFormatContext *s)
|
||||||
{
|
{
|
||||||
int64_t size, av_uninit(data_size);
|
int64_t size;
|
||||||
int ret;
|
int ret;
|
||||||
uint32_t dpds_table_size = 0;
|
uint32_t dpds_table_size = 0;
|
||||||
uint32_t *dpds_table = 0;
|
uint32_t *dpds_table = 0;
|
||||||
|
Reference in New Issue
Block a user