mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
cellRec: fix internal video frame ringbuffer pts
This commit is contained in:
parent
b2d9da0b4b
commit
90846013c2
1 changed files with 1 additions and 0 deletions
|
@ -659,6 +659,7 @@ void rec_info::start_video_provider()
|
||||||
if (use_ring_buffer)
|
if (use_ring_buffer)
|
||||||
{
|
{
|
||||||
// The video frames originate from our render pipeline and are stored in a ringbuffer.
|
// The video frames originate from our render pipeline and are stored in a ringbuffer.
|
||||||
|
frame.pts = pts;
|
||||||
video_ringbuffer[next_video_ring_pos()] = std::move(frame);
|
video_ringbuffer[next_video_ring_pos()] = std::move(frame);
|
||||||
video_ring_frame_count++;
|
video_ring_frame_count++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue