jicofo: add AV1 options

This commit is contained in:
Daniel McAssey
2023-11-14 15:04:31 +00:00
committed by Saúl Ibarra Corretgé
parent 0827186976
commit 54d3aca2bf
3 changed files with 13 additions and 0 deletions

View File

@@ -107,6 +107,11 @@ jicofo {
enabled = {{ .Env.ENABLE_CODEC_VP9 | toBool }}
}
{{ end }}
{{ if .Env.ENABLE_CODEC_AV1 }}
av1 {
enabled = {{ .Env.ENABLE_CODEC_AV1 | toBool }}
}
{{ end }}
{{ if .Env.ENABLE_CODEC_H264 }}
h264 {
enabled = {{ .Env.ENABLE_CODEC_H264 | toBool }}