mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-31 06:15:25 +00:00
Accept --max-fps before Android 10
KEY_MAX_FPS_TO_ENCODER existed privately before Android 10: <https://github.com/Genymobile/scrcpy/issues/488#issuecomment-567321437>
This commit is contained in:
@@ -42,8 +42,8 @@ scrcpy_print_usage(const char *arg0) {
|
||||
" Print this help.\n"
|
||||
"\n"
|
||||
" --max-fps value\n"
|
||||
" Limit the frame rate of screen capture (only supported on\n"
|
||||
" devices with Android >= 10).\n"
|
||||
" Limit the frame rate of screen capture (officially supported\n"
|
||||
" since Android 10, but may work on earlier versions).\n"
|
||||
"\n"
|
||||
" -m, --max-size value\n"
|
||||
" Limit both the width and height of the video to value. The\n"
|
||||
|
Reference in New Issue
Block a user