Changeset 1107 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder


Ignore:
Timestamp:
6 Jul 2015, 21:01:55 (9 years ago)
Author:
seregin
Message:

macro cleanup: R0235_SMALLEST_LAYER_ID

Location:
branches/SHM-dev/source/App/TAppDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.cpp

    r1106 r1107  
    259259      }
    260260      fclose (targetDecLayerIdSetFile);
    261 #if !R0235_SMALLEST_LAYER_ID  // LayerId=0 is not required anymore in some cases
    262       if ( m_targetDecLayerIdSet.size() > 0 && !isLayerIdZeroIncluded )
    263       {
    264         fprintf(stderr, "TargetDecLayerIdSet must contain LayerId=0, aborting" );
    265         return false;
    266       }
    267 #endif
    268261    }
    269262    else
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r1106 r1107  
    12841284    return true;
    12851285  }
    1286 #if R0235_SMALLEST_LAYER_ID
     1286#if SVC_EXTENSION
    12871287  if (nalu->m_layerId == 0 && (nalu->m_nalUnitType == NAL_UNIT_VPS || nalu->m_nalUnitType == NAL_UNIT_SPS || nalu->m_nalUnitType == NAL_UNIT_PPS || nalu->m_nalUnitType == NAL_UNIT_EOS))
    12881288  {
     
    12991299  return false;
    13001300}
     1301
    13011302#if ALIGNED_BUMPING
    13021303// Function outputs a picture, and marks it as not needed for output.
Note: See TracChangeset for help on using the changeset viewer.