Skip to content

Commit e48b7cf

Browse files
committed
Revert component_mixing_type set to false
Setting component_mixing_type[MAX_NB_ALTERNATE] to false does not compile. Partial revert of 9f176cb.
1 parent 9f176cb commit e48b7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IsoLib/t35_tool/sources/SMPTE_ST2094_50.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ void SMPTE_ST2094_50::convertMetadataItemsToSyntaxElements(){
651651
if (sumCoefficients != Q_COMPONENT_MIXING_COEFFICIENT) { logMsg(LOGLEVEL_WARNING, "Sum component mixing coefficient for alternate %d is not equal to 1.0, they will be scaled to 1.0 at decoding", iAlt); }
652652
}
653653
if (elm.component_mixing_type[0] != elm.component_mixing_type[iAlt]) {
654-
elm.component_mixing_type = false;
654+
elm.has_common_curve_params_flag = false;
655655
}
656656

657657
// Create syntax elements for the gain curve function

0 commit comments

Comments
 (0)