Files
scrcpy/app
Romain Vimont 34dae7f836 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 be able to reuse only the frame delaying mechanism, extract
it to a separate component, sc_delay_buffer.
2023-03-09 19:21:30 +01:00
..
2023-03-09 19:21:25 +01:00
2023-03-09 19:21:30 +01:00
2023-03-09 19:21:28 +01:00
2023-03-09 19:21:30 +01:00
2022-12-22 12:33:29 +01:00
2023-03-09 19:21:25 +01:00