Ticket #889: bugfix_setColourPrimaries_889.patch

File bugfix_setColourPrimaries_889.patch, 955 bytes (added by adarsh, 11 years ago)

Bugfix_setColourPrimaries_889

  • C:/Users/aramasub/Documents/svn_HEVCSoftware/HM-9.1-dev_bugfixes/branches/HM-9.1-dev/source/Lib/TLibEncoder/TEncTop.cpp

     
    552552      pcVUI->setVideoFormat(getVideoFormat());
    553553      pcVUI->setVideoFullRangeFlag(getVideoFullRangeFlag());
    554554      pcVUI->setColourDescriptionPresentFlag(getColourDescriptionPresentFlag());
     555      pcVUI->setColourPrimaries(getColourPrimaries());
    555556      pcVUI->setTransferCharacteristics(getTransferCharacteristics());
    556557      pcVUI->setMatrixCoefficients(getMatrixCoefficients());
    557558      pcVUI->setChromaLocInfoPresentFlag(getChromaLocInfoPresentFlag());