Changeset 125 in SHVCSoftware for trunk/source/App/utils
- Timestamp:
- 16 Apr 2013, 06:39:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/utils/convert_NtoMbit_YCbCr.cpp
r2 r125 76 76 TVideoIOYuv output; 77 77 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); 80 80 81 81 input.skipFrames(num_frames_skip, width, height);
Note: See TracChangeset for help on using the changeset viewer.