You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/xwma: use NULL instead of 0 for pointers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -46,7 +46,7 @@ static int xwma_read_header(AVFormatContext *s)
|
|||||||
int64_t 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 = NULL;
|
||||||
unsigned int tag;
|
unsigned int tag;
|
||||||
AVIOContext *pb = s->pb;
|
AVIOContext *pb = s->pb;
|
||||||
AVStream *st;
|
AVStream *st;
|
||||||
|
Reference in New Issue
Block a user