mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
cellVdec: log error when using interlaced frame instead of throwing an exception
This commit is contained in:
parent
2bf405e36d
commit
717f2b0ac8
1 changed files with 2 additions and 1 deletions
|
@ -257,7 +257,8 @@ struct vdec_thread : ppu_thread
|
||||||
{
|
{
|
||||||
if (frame->interlaced_frame)
|
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)
|
if (frame->repeat_pict)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue