Bug 1063255 - Revert fix from bug 1062098. r=rillian

This commit is contained in:
Jean-Yves Avenard 2014-09-05 12:29:08 +10:00
Родитель 09aa8919f5
Коммит 67fea6cd17
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -197,7 +197,6 @@ PlatformCallback(void* decompressionOutputRefCon,
}
if (flags & kVTDecodeInfo_FrameDropped) {
NS_WARNING(" ...frame dropped...");
return;
}
MOZ_ASSERT(CFGetTypeID(image) == CVPixelBufferGetTypeID(),
"VideoToolbox returned an unexpected image type");