Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibVideoIO/TVideoIOYuv.h
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/source/Lib/TLibVideoIO/TVideoIOYuv.h
r1405 r1412 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 6, ITU/ISO/IEC6 * Copyright (c) 2010-2017, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 67 67 Void close (); ///< close file 68 68 69 Void skipFrames( UInt numFrames, UInt width, UInt height, ChromaFormat format);69 Void skipFrames(Int numFrames, UInt width, UInt height, ChromaFormat format); 70 70 71 71 // if fileFormat<NUM_CHROMA_FORMAT, the format of the file is that format specified, else it is the format of the TComPicYuv.
Note: See TracChangeset for help on using the changeset viewer.