Changeset 111 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 4 Apr 2013, 02:24:40 (12 years ago)
- File:
-
- 1 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 }
Note: See TracChangeset for help on using the changeset viewer.