Bug 1279448: Remove '%s' from format string without argument in |ConvertSourceSurfaceToNV12|, r=kamidphish

MozReview-Commit-ID: E1Beibwhqyj
This commit is contained in:
Thomas Zimmermann 2016-06-14 14:38:13 +01:00
Родитель bd9aa07076
Коммит b8fabddd32
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}