mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-31 06:36:45 +00:00
Rename --display-buffer to --video-buffer
For consistency with --audio-buffer, rename --display-buffer to --video-buffer. Fixes #5403 <https://github.com/Genymobile/scrcpy/issues/5403> PR #5420 <https://github.com/Genymobile/scrcpy/pull/5420>
This commit is contained in:
parent
d62fa8880e
commit
c29ecd0314
10 changed files with 44 additions and 30 deletions
|
@ -20,7 +20,6 @@ _scrcpy() {
|
|||
--crop=
|
||||
-d --select-usb
|
||||
--disable-screensaver
|
||||
--display-buffer=
|
||||
--display-id=
|
||||
--display-orientation=
|
||||
-e --select-tcpip
|
||||
|
@ -90,6 +89,7 @@ _scrcpy() {
|
|||
--v4l2-sink=
|
||||
-v --version
|
||||
-V --verbosity=
|
||||
--video-buffer=
|
||||
--video-codec=
|
||||
--video-codec-options=
|
||||
--video-encoder=
|
||||
|
@ -191,7 +191,6 @@ _scrcpy() {
|
|||
|--camera-size \
|
||||
|--crop \
|
||||
|--display-id \
|
||||
|--display-buffer \
|
||||
|--max-fps \
|
||||
|-m|--max-size \
|
||||
|-p|--port \
|
||||
|
@ -201,6 +200,7 @@ _scrcpy() {
|
|||
|--tunnel-port \
|
||||
|--v4l2-buffer \
|
||||
|--v4l2-sink \
|
||||
|--video-buffer \
|
||||
|--video-codec-options \
|
||||
|--video-encoder \
|
||||
|--tcpip \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue