mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-15 23:09:09 +00:00
cellVdec: Do not decode next frame during end_sequence
This commit is contained in:
parent
c77b310422
commit
8a51af0b56
1 changed files with 5 additions and 0 deletions
|
@ -226,6 +226,11 @@ struct vdec_thread : ppu_thread
|
||||||
|
|
||||||
while (max_frames)
|
while (max_frames)
|
||||||
{
|
{
|
||||||
|
if (vcmd == vdec_cmd::end_seq)
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
vdec_frame frame;
|
vdec_frame frame;
|
||||||
frame.avf.reset(av_frame_alloc());
|
frame.avf.reset(av_frame_alloc());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue