Changeset 892 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 26 Sep 2014, 00:01:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.