Changeset 1077 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibVideoIO
- Timestamp:
- 10 Mar 2015, 17:32:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
r1029 r1077 202 202 /* fall back to consuming the input */ 203 203 Char buf[512]; 204 const UIntoffset_mod_bufsize = offset % sizeof(buf);204 const streamoff offset_mod_bufsize = offset % sizeof(buf); 205 205 for (streamoff i = 0; i < offset - offset_mod_bufsize; i += sizeof(buf)) 206 206 {
Note: See TracChangeset for help on using the changeset viewer.