Changeset 1427 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
5 Aug 2015, 20:04:35 (10 years ago)
Author:
seregin
Message:

port rev 4583 and rev 4584

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r1422 r1427  
    31613161  if (conversion!=IPCOLOURSPACE_UNCHANGED)
    31623162  {
    3163     cscd.create(pcPicD->getWidth(COMPONENT_Y), pcPicD->getHeight(COMPONENT_Y), pcPicD->getChromaFormat(), pcPicD->getWidth(COMPONENT_Y), pcPicD->getHeight(COMPONENT_Y), 0, false);
     3163    cscd.createWithoutCUInfo(pcPicD->getWidth(COMPONENT_Y), pcPicD->getHeight(COMPONENT_Y), pcPicD->getChromaFormat() );
    31643164    TVideoIOYuv::ColourSpaceConvert(*pcPicD, cscd, conversion, false);
    31653165  }
     
    33673367    {
    33683368      TComPicYuv &reconField=*(apcPicRecFields[fieldNum]);
    3369       cscd[fieldNum].create(reconField.getWidth(COMPONENT_Y), reconField.getHeight(COMPONENT_Y), reconField.getChromaFormat(), reconField.getWidth(COMPONENT_Y), reconField.getHeight(COMPONENT_Y), 0, false);
     3369      cscd[fieldNum].createWithoutCUInfo(reconField.getWidth(COMPONENT_Y), reconField.getHeight(COMPONENT_Y), reconField.getChromaFormat() );
    33703370      TVideoIOYuv::ColourSpaceConvert(reconField, cscd[fieldNum], conversion, false);
    33713371      apcPicRecFields[fieldNum]=cscd+fieldNum;
Note: See TracChangeset for help on using the changeset viewer.