Romain Vimont
|
2c35220618
|
Rename screen -> scrcpy -> main
Rename scrcpy.c to main.c (this file handles the command line parsing),
and screen.c to scrcpy.c (it exposes the entry point scrcpy()).
|
2018-01-23 16:44:59 +01:00 |
|
Romain Vimont
|
de106747b6
|
Improve main() error handling
Parse the command-line arguments first, and do not ignore avformat
network init failure. At the end, deinit the avformat network.
|
2017-12-18 11:29:34 +01:00 |
|
Romain Vimont
|
37d88b8a6a
|
Use SDL_bool return type instead of int
Many functions returned an int to indicate their success. For clarity,
use SDL_bool instead.
|
2017-12-15 11:27:54 +01:00 |
|
Romain Vimont
|
54d9148a36
|
Initial commit
Start a new clean history from here.
|
2017-12-12 15:25:15 +01:00 |
|