Changeset 1371 in 3DVCSoftware for branches/HTM-15.2-dev/source/Lib/TLibVideoIO
- Timestamp:
- 29 Oct 2015, 15:51:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.2-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
r1360 r1371 815 815 } 816 816 817 #if NH_3D 818 for(UInt comp=0; retval && comp< ::getNumberValidComponents(format); comp++) 819 #else 817 820 for(UInt comp=0; retval && comp<dstPicYuv->getNumberValidComponents(); comp++) 821 #endif 818 822 { 819 823 const ComponentID compID = ComponentID(comp);
Note: See TracChangeset for help on using the changeset viewer.