Replace av_malloc() and memset(0) by av_mallocz()
authorDiego Biurrun <diego@biurrun.de>
Thu, 19 Jun 2014 22:04:36 +0000 (00:04 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sun, 22 Jun 2014 16:43:11 +0000 (18:43 +0200)
commit73953df71a28e94d8959facba7906cf5975ca4ef
tree2b9cb23701465e766ef67686b33bb1c13ad67699
parentf83896abda1e78ebbbda0f184b682b4fabadc682
Replace av_malloc() and memset(0) by av_mallocz()
libavformat/matroskadec.c
libavformat/rmdec.c
libavformat/utils.c