Changeset 605 in SHVCSoftware for branches/SHM-5.1-dev
- Timestamp:
- 7 Feb 2014, 18:53:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r602 r605 1915 1915 #endif 1916 1916 #endif 1917 1918 #if P0182_VPS_VUI_PS_FLAG 1919 for(i = 1; i < vps->getMaxLayers(); i++) 1920 { 1921 if (vps->getNumRefLayers(vps->getLayerIdInNuh(i)) == 0) 1922 { 1923 READ_FLAG( uiCode, "base_layer_parameter_set_compatibility_flag" ); 1924 vps->setBaseLayerPSCompatibilityFlag( i, uiCode ); 1925 } 1926 else 1927 { 1928 vps->setBaseLayerPSCompatibilityFlag( i, 0 ); 1929 } 1930 } 1931 #endif 1917 1932 } 1918 1933 #endif
Note: See TracChangeset for help on using the changeset viewer.