1492 | | xConfirmPara(m_bitDepthConstraint<maxBitDepth, "The internalBitDepth must not be greater than the bitDepthConstraint value"); |
1493 | | xConfirmPara(m_chromaFormatConstraint<m_chromaFormatIDC, "The chroma format used must not be greater than the chromaFormatConstraint value"); |
| 1492 | xConfirmPara(m_bitDepthConstraint>maxBitDepth, "The internalBitDepth must not be greater than the bitDepthConstraint value"); |
| 1493 | xConfirmPara(m_chromaFormatConstraint>m_chromaFormatIDC, "The chroma format used must not be greater than the chromaFormatConstraint value"); |