Skip to content

Commit 96b37cd

Browse files
Googlerjwcullen
authored andcommitted
Add DualCart8ParamDefinition and DualCart16ParamDefinition to ParamDefinition.
These fields were previously reserved and are now added to the ParamDefinition oneof. PiperOrigin-RevId: 844448424
1 parent 8da9ca7 commit 96b37cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iamf/cli/proto/mix_presentation.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ message RenderingConfigParamDefinition {
3333
Cart8ParamDefinition cart8_param_definition = 4;
3434
Cart16ParamDefinition cart16_param_definition = 5;
3535
DualPolarParamDefinition dual_polar_param_definition = 6;
36-
// [7, 8] are reserved for `DUAL_CART8` and `DUAL_CART16`.
36+
DualCart8ParamDefinition dual_cart8_param_definition = 7;
37+
DualCart16ParamDefinition dual_cart16_param_definition = 8;
3738
bytes param_definition_bytes = 3;
3839
}
3940
}

0 commit comments

Comments
 (0)