Skip to content

Commit 19963a0

Browse files
Googlerjwcullen
authored andcommitted
Add Cart16ParamDefinition to the ParamDefinition oneof.
PiperOrigin-RevId: 843817711
1 parent 596574f commit 19963a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iamf/cli/proto/mix_presentation.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ message RenderingConfigParamDefinition {
3131
oneof param_definition {
3232
PolarParamDefinition polar_param_definition = 2;
3333
Cart8ParamDefinition cart8_param_definition = 4;
34-
// [5] is reserved for `CART16`.
34+
Cart16ParamDefinition cart16_param_definition = 5;
3535
DualPolarParamDefinition dual_polar_param_definition = 6;
3636
// [7, 8] are reserved for `DUAL_CART8` and `DUAL_CART16`.
3737
bytes param_definition_bytes = 3;

0 commit comments

Comments
 (0)