Changeset 1390 in 3DVCSoftware for branches/HTM-16.0-MV-draft-5/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
- Timestamp:
- 13 Nov 2015, 17:00:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-MV-draft-5/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
r1386 r1390 815 815 } 816 816 817 #if NH_3D818 for(UInt comp=0; retval && comp< ::getNumberValidComponents(format); comp++)819 #else820 817 for(UInt comp=0; retval && comp<dstPicYuv->getNumberValidComponents(); comp++) 821 #endif822 818 { 823 819 const ComponentID compID = ComponentID(comp);
Note: See TracChangeset for help on using the changeset viewer.