Ticket #889: bugfix_setColourPrimaries_889.patch
File bugfix_setColourPrimaries_889.patch, 955 bytes (added by adarsh, 12 years ago) |
---|
-
C:/Users/aramasub/Documents/svn_HEVCSoftware/HM-9.1-dev_bugfixes/branches/HM-9.1-dev/source/Lib/TLibEncoder/TEncTop.cpp
552 552 pcVUI->setVideoFormat(getVideoFormat()); 553 553 pcVUI->setVideoFullRangeFlag(getVideoFullRangeFlag()); 554 554 pcVUI->setColourDescriptionPresentFlag(getColourDescriptionPresentFlag()); 555 pcVUI->setColourPrimaries(getColourPrimaries()); 555 556 pcVUI->setTransferCharacteristics(getTransferCharacteristics()); 556 557 pcVUI->setMatrixCoefficients(getMatrixCoefficients()); 557 558 pcVUI->setChromaLocInfoPresentFlag(getChromaLocInfoPresentFlag());