Ignore:
Timestamp:
7 Sep 2015, 18:40:35 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-MV-draft-4/source/Lib/TLibVideoIO/TVideoIOYuv.cpp

    r1313 r1325  
    817817    dstPicYuv = pPicYuv;
    818818  }
    819 #if NH_3D
    820   for(UInt comp=0; retval && comp< ::getNumberValidComponents(format); comp++)
    821 #else
    822819  for(UInt comp=0; retval && comp<dstPicYuv->getNumberValidComponents(); comp++)
    823 #endif
    824820  {
    825821    const ComponentID compID = ComponentID(comp);
Note: See TracChangeset for help on using the changeset viewer.