cellVdec: Do not decode next frame during end_sequence
This commit is contained in:
@@ -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());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user