cmm: add support for compound_power_2_4
This commit is contained in:
parent
3e3cb3114c
commit
b5c0e3a07e
11 changed files with 58 additions and 7 deletions
|
|
@ -13,6 +13,7 @@ pub enum Eotf {
|
|||
Log316,
|
||||
St428,
|
||||
Pow(EotfPow),
|
||||
CompoundPower24,
|
||||
}
|
||||
|
||||
const MUL: u32 = 10_000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue