зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1279448: Remove '%s' from format string without argument in |ConvertSourceSurfaceToNV12|, r=kamidphish
MozReview-Commit-ID: E1Beibwhqyj
This commit is contained in:
Родитель
bd9aa07076
Коммит
b8fabddd32
|
@ -415,7 +415,7 @@ static nsresult
|
|||
ConvertSourceSurfaceToNV12(const RefPtr<SourceSurface>& aSurface, uint8_t* aDestination)
|
||||
{
|
||||
if (!aSurface) {
|
||||
CODEC_ERROR("Getting surface %s from image failed");
|
||||
CODEC_ERROR("Getting surface from image failed");
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче