Skip to content

Commit 823e404

Browse files
committed
chore: add profiles for H.265 test vectors
1 parent 4eb1bb1 commit 823e404

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fluster/codec.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,8 @@ class Profile(Enum):
8282
HIGH_4_4_4_PREDICTIVE = "High 4:4:4 Predictive"
8383
CAVLC_4_4_4 = "CAVLC 4:4:4"
8484
CAVLC_4_4_4_INTRA = "CAVLC 4:4:4 Intra"
85+
86+
MAIN_10 = "Main 10"
87+
MAIN_STILL_PICTURE = "Main Still Picture"
88+
MAIN_4_2_2_10 = "Main 4:2:2 10"
89+
MAIN_4_4_4_12 = "Main 4:4:4 12"

0 commit comments

Comments
 (0)