зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1098195 - Return false when failing to get output format. r=edwin
This commit is contained in:
Родитель
9b3563ea90
Коммит
2ca35898de
|
@ -294,8 +294,10 @@ GonkVideoDecoderManager::SetVideoFormat()
|
|||
ALOG("It is not a valid region");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
ALOG("Fail to get output format");
|
||||
return false;
|
||||
}
|
||||
|
||||
// Blocks until decoded sample is produced by the deoder.
|
||||
|
|
Загрузка…
Ссылка в новой задаче