Enable video output file, with pts set by server

This commit is contained in:
Ivan Gorinov
2018-10-10 22:12:36 -07:00
committed by Romain Vimont
parent b5c64c0f5a
commit d706c5df39
7 changed files with 126 additions and 10 deletions

View File

@@ -6,6 +6,7 @@
struct scrcpy_options {
const char *serial;
const char *crop;
const char *out_filename;
Uint16 port;
Uint16 max_size;
Uint32 bit_rate;