mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
cellVdec: Do not decode next frame during end_sequence
This commit is contained in:
parent
c77b310422
commit
8a51af0b56
@ -226,6 +226,11 @@ struct vdec_thread : ppu_thread
|
||||
|
||||
while (max_frames)
|
||||
{
|
||||
if (vcmd == vdec_cmd::end_seq)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
vdec_frame frame;
|
||||
frame.avf.reset(av_frame_alloc());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user