@@ -2891,7 +2891,7 @@ Value shall be in the range 1..8.
\Option{ALFStrength}&
%\ShortOption{\None} &
\Default{1.0}&
Enables control of ALF filter strength. The parameter scales the magnitudes of the ALF filter coefficients for both luma and chroma. Typical range of the parameter is between 0 and 1.
Enables control of ALF filter strength. The parameter scales the magnitudes of the ALF filter coefficients for both luma and chroma. Valid values are in the range 0.0 to 1.0.
("EnsureWppBitEqual",m_ensureWppBitEqual,false,"Ensure the results are equal to results with WPP-style parallelism, even if WPP is off")
("ALF",m_alf,true,"Adaptive Loop Filter\n")
#if JVET_T0064
("ALFStrength",m_alfStrength,1.0,"Adaptive Loop Filter strength. The parameter scales the magnitudes of the ALF filter coefficients for both luma and chroma.")
("ALFStrength",m_alfStrength,1.0,"Adaptive Loop Filter strength. The parameter scales the magnitudes of the ALF filter coefficients for both luma and chroma. Valid range is 0.0 <= ALFStrength <= 1.0")