Fix encoder parameter suggestion
The option is --encoder, not --encoder-name.
This commit is contained in:
parent
d1789f082a
commit
429fdef04f
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ public final class Server {
|
|||
if (encoders != null && encoders.length > 0) {
|
||||
Ln.e("Try to use one of the available encoders:");
|
||||
for (MediaCodecInfo encoder : encoders) {
|
||||
Ln.e(" scrcpy --encoder-name '" + encoder.getName() + "'");
|
||||
Ln.e(" scrcpy --encoder '" + encoder.getName() + "'");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue