2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-09-02 23:35:19 +00:00

Fix --encoder documentation

Mention that it depends on the codec provided by --codec (which is not
necessarily H264 anymore).
This commit is contained in:
Romain Vimont
2023-02-19 20:06:30 +01:00
parent b43938fa66
commit fa99763668
3 changed files with 4 additions and 3 deletions

View File

@@ -175,7 +175,8 @@ static const struct sc_option options[] = {
.longopt_id = OPT_ENCODER_NAME,
.longopt = "encoder",
.argdesc = "name",
.text = "Use a specific MediaCodec encoder (must be a H.264 encoder).",
.text = "Use a specific MediaCodec encoder (depending on the codec "
"provided by --codec).",
},
{
.longopt_id = OPT_FORCE_ADB_FORWARD,