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


Ignore:
Timestamp:
10 Mar 2015, 17:32:41 (10 years ago)
Author:
seregin
Message:

update the older Visual Studio project files and some fixes to avoid implicit cast warnings, patch was provided by Karsten Sühring <karsten.suehring@…>

File:
1 edited

Legend:

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

    r1029 r1077  
    202202  /* fall back to consuming the input */
    203203  Char buf[512];
    204   const UInt offset_mod_bufsize = offset % sizeof(buf);
     204  const streamoff offset_mod_bufsize = offset % sizeof(buf);
    205205  for (streamoff i = 0; i < offset - offset_mod_bufsize; i += sizeof(buf))
    206206  {
Note: See TracChangeset for help on using the changeset viewer.