Backed out changeset 752c2be759b6 (bug 1215089)

This commit is contained in:
Sebastian Hengst 2017-10-04 16:25:29 +02:00
Родитель 0c94395051
Коммит cc5dc6b3ef
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -305,10 +305,8 @@ FFmpegVideoDecoder<LIBAV_VER>::DoDecode(MediaRawData* aSample,
|| mCodecContext->pix_fmt == AV_PIX_FMT_YUV444P12LE
#endif
) &&
(!mImageAllocator || (mImageAllocator->GetCompositorBackendType()
!= layers::LayersBackend::LAYERS_BASIC &&
mImageAllocator->GetCompositorBackendType()
!= layers::LayersBackend::LAYERS_OPENGL))) {
(!mImageAllocator || mImageAllocator->GetCompositorBackendType()
!= layers::LayersBackend::LAYERS_BASIC)) {
return MediaResult(NS_ERROR_DOM_MEDIA_FATAL_ERR,
RESULT_DETAIL("unsupported format type (hdr)"));
}