Changeset 76 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder


Ignore:
Timestamp:
11 Mar 2013, 23:29:54 (12 years ago)
Author:
seregin
Message:

remove SET_SLICE_LAYER_ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncSlice.cpp

    r54 r76  
    188188  rpcSlice->setSliceBits(0);
    189189  rpcSlice->setPic( pcPic );
    190 #if SET_SLICE_LAYER_ID
     190#if SVC_EXTENSION
    191191  rpcSlice->initSlice( pcPic->getLayerId() );
    192192#else
     
    195195  rpcSlice->setPicOutputFlag( true );
    196196  rpcSlice->setPOC( pocCurr );
    197 #if SVC_EXTENSION && !SET_SLICE_LAYER_ID
    198   rpcSlice->setLayerId( pcPic->getLayerId());
    199 #endif
    200197 
    201198  // depth computation based on GOP size
Note: See TracChangeset for help on using the changeset viewer.