scrcpy/app
Romain Vimont 6cb357943a 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-21 22:52:24 +01:00
..
src Initialize screen before starting the stream 2021-02-21 22:52:24 +01:00
tests Replace SDL_strdup() by strdup() 2021-02-17 09:54:03 +01:00
meson.build Enable NDEBUG via Meson built-in option 2021-02-17 09:54:03 +01:00
scrcpy.1 Document --encoder option 2020-11-08 21:11:12 +01:00