mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-02 12:34:26 +01:00
Several frames may be read by read_packet() before they are consumed (returned by av_read_frame()), so we need to store the PTS of frames in order, so that the right PTS is assigned to the right frame.