mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 05:24:19 +01: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:
@@ -170,7 +170,7 @@ latency (for both [video](video.md#buffering) and audio) might be preferable to
|
||||
avoid glitches and smooth the playback:
|
||||
|
||||
```
|
||||
scrcpy --display-buffer=200 --audio-buffer=200
|
||||
scrcpy --video-buffer=200 --audio-buffer=200
|
||||
```
|
||||
|
||||
It is also possible to configure another audio buffer (the audio output buffer),
|
||||
|
||||
Reference in New Issue
Block a user