Changeset 125 in SHVCSoftware for trunk/source/App/utils


Ignore:
Timestamp:
16 Apr 2013, 06:39:31 (12 years ago)
Author:
seregin
Message:

copy from HM-10.0-dev-SHM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/utils/convert_NtoMbit_YCbCr.cpp

    r2 r125  
    7676  TVideoIOYuv output;
    7777
    78   input.open((char*)filename_in.c_str(), false, bitdepth_in, bitdepth_out);
    79   output.open((char*)filename_out.c_str(), true, bitdepth_out, bitdepth_out);
     78  input.open((char*)filename_in.c_str(), false, bitdepth_in, bitdepth_in, bitdepth_out, bitdepth_out);
     79  output.open((char*)filename_out.c_str(), true, bitdepth_out, bitdepth_out, bitdepth_out, bitdepth_out);
    8080
    8181  input.skipFrames(num_frames_skip, width, height);
Note: See TracChangeset for help on using the changeset viewer.