scrcpy/app
Romain Vimont 4c0554d225 Initialize screen before starting the stream
As soon as the stream is started, the video buffer could notify a new
frame available.

In order to pass this event to the screen without race condition, the
screen must be initialized before the screen is started.
2021-02-23 15:19:50 +01:00
..
src Initialize screen before starting the stream 2021-02-23 15:19:50 +01:00
tests Replace SDL_strdup() by strdup() 2021-02-17 09:54:03 +01:00
meson.build Simplify default values 2021-02-23 09:37:16 +01:00
scrcpy.1 Document --encoder option 2020-11-08 21:11:12 +01:00