Changeset 174 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 9 May 2013, 22:14:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r170 r174 1039 1039 #endif 1040 1040 #endif 1041 #if JCTVC_M0458 1041 #if JCTVC_M0458_INTERLAYER_RPS_SIG 1042 1042 READ_FLAG(uiCode, "max_one_active_ref_layer_flag" ); 1043 1043 vps->setMaxOneActiveRefLayerFlag(uiCode); … … 1595 1595 } 1596 1596 1597 #if JCTVC_M0458 1597 #if JCTVC_M0458_INTERLAYER_RPS_SIG 1598 1598 rpcSlice->setActiveNumILRRefIdx(0); 1599 1599 if((sps->getLayerId() > 0) && (rpcSlice->getNumILRRefIdx() > 0) )
Note: See TracChangeset for help on using the changeset viewer.