Changeset 1155 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 00:34:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1154 r1155 2898 2898 #endif 2899 2899 2900 #if Q0165_NUM_ADD_OUTPUT_LAYER_SETS2901 2900 if( vps->getNumLayerSets() > 1 ) 2902 2901 { 2903 READ_UVLC( uiCode, "num_add_olss" ); vps->setNumAddOutputLayerSets( uiCode );2902 READ_UVLC( uiCode, "num_add_olss" ); vps->setNumAddOutputLayerSets( uiCode ); 2904 2903 READ_CODE( 2, uiCode, "default_output_layer_idc" ); vps->setDefaultTargetOutputLayerIdc( uiCode ); 2905 2904 } … … 2908 2907 vps->setNumAddOutputLayerSets( 0 ); 2909 2908 } 2910 #else2911 READ_UVLC( uiCode, "num_add_output_layer_sets" ); vps->setNumAddOutputLayerSets( uiCode );2912 #endif2913 2909 2914 2910 // The value of num_add_olss shall be in the range of 0 to 1023, inclusive. … … 2918 2914 2919 2915 #if P0295_DEFAULT_OUT_LAYER_IDC 2920 #if !Q0165_NUM_ADD_OUTPUT_LAYER_SETS2921 if( numOutputLayerSets > 1 )2922 {2923 READ_CODE( 2, uiCode, "default_target_output_layer_idc" ); vps->setDefaultTargetOutputLayerIdc( uiCode );2924 }2925 #endif2926 2916 vps->setNumOutputLayerSets( numOutputLayerSets ); 2927 2917
Note: See TracChangeset for help on using the changeset viewer.