Add missing AV1 option in CLI video codec options

Fixes #1290
This commit is contained in:
Cameron Gutman 2024-05-27 13:06:49 -04:00
parent 9e7c212c6d
commit 96fba43186

View file

@ -316,6 +316,7 @@ StreamCommandLineParser::StreamCommandLineParser()
{"auto", StreamingPreferences::VCC_AUTO},
{"H.264", StreamingPreferences::VCC_FORCE_H264},
{"HEVC", StreamingPreferences::VCC_FORCE_HEVC},
{"AV1", StreamingPreferences::VCC_FORCE_AV1},
};
m_VideoDecoderMap = {
{"auto", StreamingPreferences::VDS_AUTO},