We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596574f commit 19963a0Copy full SHA for 19963a0
iamf/cli/proto/mix_presentation.proto
@@ -31,7 +31,7 @@ message RenderingConfigParamDefinition {
31
oneof param_definition {
32
PolarParamDefinition polar_param_definition = 2;
33
Cart8ParamDefinition cart8_param_definition = 4;
34
- // [5] is reserved for `CART16`.
+ Cart16ParamDefinition cart16_param_definition = 5;
35
DualPolarParamDefinition dual_polar_param_definition = 6;
36
// [7, 8] are reserved for `DUAL_CART8` and `DUAL_CART16`.
37
bytes param_definition_bytes = 3;
0 commit comments