Changeset 801 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 11 Jun 2014, 19:22:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r800 r801 1354 1354 { 1355 1355 READ_UVLC( uiCode, "num_add_olss" ); vps->setNumAddOutputLayerSets( uiCode ); 1356 READ_CODE( 2, uiCode, "default_ target_output_layer_idc" ); vps->setDefaultTargetOutputLayerIdc( uiCode );1356 READ_CODE( 2, uiCode, "default_output_layer_idc" ); vps->setDefaultTargetOutputLayerIdc( uiCode ); 1357 1357 } 1358 1358 else
Note: See TracChangeset for help on using the changeset viewer.