Files
scrcpy/app
Romain Vimont 9ac466ad84 Extract sc_delay_buffer
A video buffer had 2 responsibilities:
 - handle the frame delaying mechanism (queuing packets and pushing them
   after the expected delay);
 - keep only the most recent frame (using a sc_frame_buffer).

In order to reuse only the frame delaying mechanism, extract it to a
separate component, sc_delay_buffer.
2023-03-03 21:47:10 +01:00
..
2023-03-03 21:47:07 +01:00
2023-03-03 21:47:10 +01:00
2023-03-03 21:47:10 +01:00
2023-03-03 21:47:10 +01:00
2022-12-22 12:33:29 +01:00
2023-03-03 21:47:07 +01:00