jicofo: add AV1 options
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
0827186976
commit
54d3aca2bf
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user