scrcpy/app
Romain Vimont 2fdc368c41 Do not try to decode video when EOF is reached
When the video stream socket is closed and read_packey() returns -1,
av_read_frame() still returns 0.

To detect EOF, check the flag eof_reached in the AVIOContext.

This avoids garbage errors on closing.
2018-02-09 09:57:23 +01:00
..
src Do not try to decode video when EOF is reached 2018-02-09 09:57:23 +01:00
tests Swap position/point names 2018-01-29 14:52:22 +01:00
meson.build Move control-related code to screencontrol.c 2018-02-08 18:14:50 +01:00