Changeset 1325 in 3DVCSoftware for branches/HTM-15.1-MV-draft-4/source/Lib/TLibVideoIO
- Timestamp:
- 7 Sep 2015, 18:40:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-MV-draft-4/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
r1313 r1325 817 817 dstPicYuv = pPicYuv; 818 818 } 819 #if NH_3D820 for(UInt comp=0; retval && comp< ::getNumberValidComponents(format); comp++)821 #else822 819 for(UInt comp=0; retval && comp<dstPicYuv->getNumberValidComponents(); comp++) 823 #endif824 820 { 825 821 const ComponentID compID = ComponentID(comp);
Note: See TracChangeset for help on using the changeset viewer.