aboutsummaryrefslogtreecommitdiffstats
path: root/core/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/entrypoint.sh')
-rw-r--r--core/entrypoint.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/entrypoint.sh b/core/entrypoint.sh
index 6d9be44..5db47d6 100644
--- a/core/entrypoint.sh
+++ b/core/entrypoint.sh
@@ -56,7 +56,9 @@ theater_mode = ${THEATER_MODE:-True}
default_resolution = ${DEFAULT_RESOLUTION:-2160}
-preferred_video_codec = ${PREFERRED_VIDEO_CODEC:-0}
+codec_rank_h264 = ${CODEC_RANK_H264:-3}
+codec_rank_vp = ${CODEC_RANK_VP:-2}
+codec_rank_av1 = ${CODEC_RANK_AV1:-1}
prefer_uni_sources = ${PREFER_UNI_SOURCES:-True}