On 19/11/14 08:28, Martin Storsjö wrote: > On Mon, 17 Nov 2014, Vittorio Giovara wrote: > >> From: Luca Barbato <[email protected]> >> >> CC: [email protected] >> Bug-Id: CID 1087092 >> --- >> libavformat/xwma.c | 25 ++++++++++++++++--------- >> 1 file changed, 16 insertions(+), 9 deletions(-) >> >> diff --git a/libavformat/xwma.c b/libavformat/xwma.c >> index 45d74de..0af4182 100644 >> --- a/libavformat/xwma.c >> +++ b/libavformat/xwma.c >> @@ -44,9 +44,9 @@ static int xwma_probe(AVProbeData *p) >> static int xwma_read_header(AVFormatContext *s) >> { >> int64_t size; >> - int ret; >> + int ret = 0; >> uint32_t dpds_table_size = 0; >> - uint32_t *dpds_table = 0; >> + uint32_t *dpds_table = NULL; > > Unrelated?
Can be spun out as a stand alone patch I guess. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
