зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1144107 - Part 1: Mark tracks with no samples table as invalid. r=kentuckyfriedtakahe
This commit is contained in:
Родитель
02fb842974
Коммит
03d7a25152
|
@ -2454,7 +2454,7 @@ status_t MPEG4Extractor::verifyTrack(Track *track) {
|
|||
}
|
||||
}
|
||||
|
||||
if (!track->sampleTable->isValid()) {
|
||||
if (!track->sampleTable.get() || !track->sampleTable->isValid()) {
|
||||
// Make sure we have all the metadata we need.
|
||||
return ERROR_MALFORMED;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче