OSDN Git Service

Fix a crash when using mp4 and no audio tracks.
authorsaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 26 Jun 2008 01:19:47 +0000 (01:19 +0000)
committersaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 26 Jun 2008 01:19:47 +0000 (01:19 +0000)
commitfa08a708a57a3c04cd9dc03c557746c1ddbb48ba
tree7c8eace88698763a882059bce69e0256616acf84
parent102e38bc4a1eaa86552db27ad03434e5bcb25765
Fix a crash when using mp4 and no audio tracks.
Because there were no audio structs on list_audio, audio->config was attempting
to dereference a NULL pointer.

git-svn-id: svn://localhost/HandBrake/trunk@1540 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/muxmp4.c