Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
- 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.cpp
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 * … … 186 186 * seekable, by consuming bytes. 187 187 */ 188 Void TVideoIOYuv::skipFrames( UInt numFrames, UInt width, UInt height, ChromaFormat format)189 { 190 if ( !numFrames)188 Void TVideoIOYuv::skipFrames(Int numFrames, UInt width, UInt height, ChromaFormat format) 189 { 190 if (numFrames==0) 191 191 { 192 192 return; … … 733 733 } 734 734 735 if(pPicYuvUser) 736 { 735 737 ColourSpaceConvert(*pPicYuvTrueOrg, *pPicYuvUser, ipcsc, true); 738 } 736 739 737 740 return true;
Note: See TracChangeset for help on using the changeset viewer.