mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-01 03:54:26 +01:00
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.