Changeset 1163 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 01:04:18 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
-
TDecCAVLC.cpp (modified) (2 diffs)
-
TDecTop.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1161 r1163 3759 3759 } 3760 3760 #endif 3761 #if P0182_VPS_VUI_PS_FLAG 3762 for( i = 1; i < vps->getMaxLayers(); i++)3761 3762 for( i = 1; i < vps->getMaxLayers(); i++ ) 3763 3763 { 3764 3764 if (vps->getNumRefLayers(vps->getLayerIdInNuh(i)) == 0) … … 3772 3772 } 3773 3773 } 3774 #endif3775 3774 } 3776 3775 -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1150 r1163 607 607 } 608 608 609 #if P0182_VPS_VUI_PS_FLAG610 609 UInt layerIdx = activeVPS->getLayerIdxInVps( m_layerId ); 611 610 … … 627 626 assert( repFormat->getConformanceWindowVps().getWindowBottomOffset() == sps->getConformanceWindow().getWindowBottomOffset() ); 628 627 } 629 #endif630 628 } 631 629
Note: See TracChangeset for help on using the changeset viewer.