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 97b06cca82
commit 5d5f1a7433
2 changed files with 3 additions and 2 deletions

View file

@ -82,7 +82,7 @@ Also see \fB\-d\fR (\fB\-\-select\-usb\fR).
.TP
.BI "\-\-encoder " name
Use a specific MediaCodec encoder (must be a H.264 encoder).
Use a specific MediaCodec encoder (depending on the codec provided by \fB\-\-codec\fR).
.TP
.B \-\-force\-adb\-forward

View file

@ -173,7 +173,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,