Changeset 1427 in SHVCSoftware for branches/SHM-dev/source/App


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

port rev 4583 and rev 4584

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/utils/convert_NtoMbit_YCbCr.cpp

    r1289 r1427  
    105105
    106106  TComPicYuv frame;
    107   frame.create( width, height, chromaFormatIDC, width, height, 0, false);
     107  frame.createWithoutCUInfo( width, height, chromaFormatIDC);
    108108
    109109  Int pad[2] = {0, 0};
    110110
    111111  TComPicYuv cPicYuvTrueOrg;
    112   cPicYuvTrueOrg.create( width, height, chromaFormatIDC, width, height, 0, false );
     112  cPicYuvTrueOrg.createWithoutCUInfo( width, height, chromaFormatIDC );
    113113
    114114  UInt num_frames_processed = 0;
Note: See TracChangeset for help on using the changeset viewer.