mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-06 00:59:18 +00:00
cellVdec: fix au_count race condition
This commit is contained in:
parent
6b556a5206
commit
1c8d3e0dca
@ -334,7 +334,6 @@ struct vdec_context final
|
|||||||
|
|
||||||
out_queue.clear(); // Flush image queue
|
out_queue.clear(); // Flush image queue
|
||||||
log_time_base = {};
|
log_time_base = {};
|
||||||
au_count = 0;
|
|
||||||
|
|
||||||
frc_set = 0; // TODO: ???
|
frc_set = 0; // TODO: ???
|
||||||
next_pts = 0;
|
next_pts = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user