mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-09 09:39:17 +00:00
Rename --codec-options to --video-codec-options
This prepares the introduction of --audio-codec-options. PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>
This commit is contained in:
parent
9087e85c3f
commit
31555fa530
11 changed files with 49 additions and 39 deletions
|
@ -3,7 +3,6 @@ _scrcpy() {
|
|||
local opts="
|
||||
--always-on-top
|
||||
-b --video-bit-rate=
|
||||
--codec-options=
|
||||
--crop=
|
||||
-d --select-usb
|
||||
--disable-screensaver
|
||||
|
@ -55,6 +54,7 @@ _scrcpy() {
|
|||
-V --verbosity=
|
||||
-v --version
|
||||
--video-codec=
|
||||
--video-codec-options=
|
||||
-w --stay-awake
|
||||
--window-borderless
|
||||
--window-title=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue