Changeset 1371 in 3DVCSoftware for branches/HTM-15.2-dev/source/Lib/TLibVideoIO


Ignore:
Timestamp:
29 Oct 2015, 15:51:06 (9 years ago)
Author:
tech
Message:

Further fixes.

File:
1 edited

Legend:

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

    r1360 r1371  
    815815  }
    816816
     817#if NH_3D
     818  for(UInt comp=0; retval && comp< ::getNumberValidComponents(format); comp++)
     819#else
    817820  for(UInt comp=0; retval && comp<dstPicYuv->getNumberValidComponents(); comp++)
     821#endif
    818822  {
    819823    const ComponentID compID = ComponentID(comp);
Note: See TracChangeset for help on using the changeset viewer.