]> granicus.if.org Git - handbrake/commit
muxavformat: Fix muxing of AAC that is missing extradata
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 20 Aug 2014 17:43:11 +0000 (17:43 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 20 Aug 2014 17:43:11 +0000 (17:43 +0000)
commit46d2237fcf5a6babfd555f647fd15312a8de9ab1
treee33d7ae7685a957240969c34f669f49d48197ce9
parent6b760b00e26664c9d9566177f0af8a5931ce3f93
muxavformat: Fix muxing of AAC that is missing extradata

Allocate extra byte so extradata pointer is not NULL.
Fix logging of malloc failures so we can see what failed.
Fix test for existence of extradata, check length NOT bytes. bytes is never NULL

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6327 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/muxavformat.c