Accept muxing AV1 into MP4 container

MP4 supports AV1.

Refs d2dce51038
This commit is contained in:
Romain Vimont 2023-02-20 20:48:59 +01:00
parent ebecbe6bc6
commit 0a151b96fe

View file

@ -1749,13 +1749,6 @@ parse_args_with_getopt(struct scrcpy_cli_args *args, int argc, char *argv[],
}
}
if (opts->record_format == SC_RECORD_FORMAT_MP4
&& opts->codec == SC_CODEC_AV1) {
LOGE("Could not mux AV1 stream into MP4 container "
"(record to mkv or select another video codec)");
return false;
}
if (!opts->control) {
if (opts->turn_screen_off) {
LOGE("Could not request to turn screen off if control is disabled");