Changeset 843 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 26 Jul 2014, 01:30:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r839 r843 2397 2397 if (vps->getVpsVuiBspHrdPresentFlag()) 2398 2398 { 2399 #if R0227_VUI_BSP_HRD_FLAG 2400 assert (vps->getTimingInfo()->getTimingInfoPresentFlag() == 1); 2401 #endif 2399 2402 READ_UVLC( uiCode, "vps_num_bsp_hrd_parameters_minus1" ); vps->setVpsNumBspHrdParametersMinus1(uiCode); 2400 2403 vps->createBspHrdParamBuffer(vps->getVpsNumBspHrdParametersMinus1() + 1);
Note: See TracChangeset for help on using the changeset viewer.