Changeset 1283 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibVideoIO
- Timestamp:
- 16 Jul 2015, 23:55:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
r1260 r1283 218 218 /* fall back to consuming the input */ 219 219 Char buf[512]; 220 const UIntoffset_mod_bufsize = offset % sizeof(buf);220 const streamoff offset_mod_bufsize = offset % sizeof(buf); 221 221 for (streamoff i = 0; i < offset - offset_mod_bufsize; i += sizeof(buf)) 222 222 {
Note: See TracChangeset for help on using the changeset viewer.