mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-21 08:00:54 +01: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…
Reference in a new issue