зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 752c2be759b6 (bug 1215089)
This commit is contained in:
Родитель
0c94395051
Коммит
cc5dc6b3ef
|
@ -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)"));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче