Ignore:
Timestamp:
27 Jan 2014, 17:54:11 (11 years ago)
Author:
seregin
Message:

remove JCTVC_M0458_INTERLAYER_RPS_SIG macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r562 r564  
    10211021#endif
    10221022
    1023 #if JCTVC_M0458_INTERLAYER_RPS_SIG
    1024       WRITE_FLAG(vps->getMaxOneActiveRefLayerFlag(), "max_one_active_ref_layer_flag");
    1025 #endif
     1023  WRITE_FLAG(vps->getMaxOneActiveRefLayerFlag(), "max_one_active_ref_layer_flag");
    10261024#if O0062_POC_LSB_NOT_PRESENT_FLAG
    10271025  for(i = 1; i< vps->getMaxLayers(); i++)
     
    16041602    }
    16051603
    1606 #if JCTVC_M0458_INTERLAYER_RPS_SIG
     1604#if SVC_EXTENSION
    16071605#if ILP_SSH_SIG
    16081606#if ILP_SSH_SIG_FIX
     
    16431641      }
    16441642    }     
    1645 #endif
     1643#endif //SVC_EXTENSION
    16461644
    16471645    if(pcSlice->getSPS()->getUseSAO())
Note: See TracChangeset for help on using the changeset viewer.