Changeset 1283 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibVideoIO


Ignore:
Timestamp:
16 Jul 2015, 23:55:03 (10 years ago)
Author:
seregin
Message:

port rev 4313

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp

    r1260 r1283  
    218218  /* fall back to consuming the input */
    219219  Char buf[512];
    220   const UInt offset_mod_bufsize = offset % sizeof(buf);
     220  const streamoff offset_mod_bufsize = offset % sizeof(buf);
    221221  for (streamoff i = 0; i < offset - offset_mod_bufsize; i += sizeof(buf))
    222222  {
Note: See TracChangeset for help on using the changeset viewer.