aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index c97e3d8..fdaebc7 100644
--- a/settings.py
+++ b/settings.py
@@ -168,6 +168,17 @@ For security reasons, enabling this is not recommended.''',
'category': 'playback',
}),
+ ('preferred_video_codec', {
+ 'type': int,
+ 'default': 0,
+ 'comment': '',
+ 'options': [
+ (0, 'h.264'),
+ (1, 'AV1'),
+ ],
+ 'category': 'playback',
+ }),
+
('prefer_uni_sources', {
'label': 'Prefer integrated sources',
'type': bool,