- Timestamp:
- 4 Apr 2013, 02:24:40 (12 years ago)
- Location:
- branches/HM-10.0-dev-SHM/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecCAVLC.cpp
r110 r111 841 841 UInt uiCode; 842 842 // ... More syntax elements to be parsed here 843 843 #if VPS_EXTN_OP_LAYER_SETS 844 844 // Target output layer signalling 845 845 READ_UVLC( uiCode, "vps_num_output_layer_sets"); vps->setNumOutputLayerSets(uiCode); … … 856 856 } 857 857 } 858 #endif 858 859 // ... More syntax elements to be parsed here 859 860 } -
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncCavlc.cpp
r110 r111 670 670 // ... More syntax elements to be written here 671 671 672 // ... More syntax elements to be written here 672 #if VPS_EXTN_OP_LAYER_SETS 673 673 // Target output layer signalling 674 674 WRITE_UVLC( vps->getNumOutputLayerSets(), "vps_num_output_layer_sets"); … … 685 685 } 686 686 } 687 #endif 688 // ... More syntax elements to be written here 687 689 } 688 690 #endif
Note: See TracChangeset for help on using the changeset viewer.