Skip to content

Commit d51086b

Browse files
author
Machou
committed
update
1 parent 46a637a commit d51086b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/js/release.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ function normalizeTokens(tokens) {
3737

3838
if (/^multi$/i.test(t)) return "MULTi";
3939
if (/^vostfr$/i.test(t)) return "VOSTFR";
40-
if (/^vf$/i.test(t)) return "VF";
40+
if (/^vff?2?$/i.test(t)) return "VF";
41+
if (/^vfi$/i.test(t)) return "VFi";
4142
if (/^vo$/i.test(t)) return "VO";
4243

4344
if (/^hdr$/i.test(t)) return "HDR";
4445
if (/^dv$/i.test(t)) return "DV";
4546

46-
if (/^10[- ]?Bit$/i.test(t)) return "10bit";
47+
if (/^10[\s-]?Bit$/i.test(t)) return "10bit";
4748
if (/^hevc$/i.test(t)) return "HEVC";
4849

4950
return t;

0 commit comments

Comments
 (0)