Changeset 892 in SHVCSoftware
- Timestamp:
- 26 Sep 2014, 00:01:09 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r891 r892 258 258 #define DPB_CONSTRAINTS 1 ///< JCTVC-Q0100 RPS DPB constraints 259 259 #define DPB_INTERNAL_BL_SIG 1 ///< JCTVC-R0153: external base layer 260 #define ALT_OPT_LAYER_FLAG 1 ///< JCTVC-R0154: proposal1 - alt_output_layer_flag[i] inference 260 261 #define R0340_RESAMPLING_MODIFICATION 1 ///< JCTVC-R0340: set of changes regarding resampling (as listed below) 261 262 #if R0340_RESAMPLING_MODIFICATION -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r891 r892 1587 1587 vps->setAltOuputLayerFlag(i, uiCode ? true : false); 1588 1588 } 1589 #if ALT_OPT_LAYER_FLAG 1590 else 1591 { 1592 uiCode=0; 1593 vps->setAltOuputLayerFlag(i, uiCode ? true : false); 1594 } 1595 #endif 1589 1596 #if Q0165_OUTPUT_LAYER_SET 1590 1597 assert( NumOutputLayersInOutputLayerSet[i]>0 );
Note: See TracChangeset for help on using the changeset viewer.