cellVdec: log error when using interlaced frame instead of throwing an exception

This commit is contained in:
scribam 2018-03-31 16:09:30 +02:00 committed by Ivan
parent 2bf405e36d
commit 717f2b0ac8

View file

@ -257,7 +257,8 @@ struct vdec_thread : ppu_thread
{
if (frame->interlaced_frame)
{
fmt::throw_exception("Interlaced frames not supported (0x%x)", frame->interlaced_frame);
// NPEB01838, NPUB31260
cellVdec.todo("Interlaced frames not supported (0x%x)", frame->interlaced_frame);
}
if (frame->repeat_pict)