scrcpy/app
Romain Vimont 35298bb0c6 Process the last video frame
On H.264 stream EOF, the eof_reached flag is set, but av_read_frame()
still provides a frame, so check the flag only afterwards.

As a side-effect, it also fixes a memory leak (the very last packet was
not unref).
2018-03-23 14:01:58 +01:00
..
src Process the last video frame 2018-03-23 14:01:58 +01:00
tests Fix text input event segfault 2018-03-09 22:30:10 +01:00
meson.build Include source root directory 2018-03-20 21:32:41 +01:00