Changeset 1079 in SHVCSoftware for branches/SHM-dev/source
- Timestamp:
- 12 Mar 2015, 00:04:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1078 r1079 839 839 for (i++; i <= pcSPS->getMaxTLayers()-1; i++) 840 840 { 841 #if SVC_EXTENSION842 // When sps_max_dec_pic_buffering_minus1[ i ] is not present for i in the range of 0 to sps_max_sub_layers_minus1 - 1, inclusive,843 // due to sps_sub_layer_ordering_info_present_flag being equal to 0, it is inferred to be equal to sps_max_dec_pic_buffering_minus1[ sps_max_sub_layers_minus1 ].844 pcSPS->setMaxDecPicBuffering( pcSPS->getMaxDecPicBuffering(pcSPS->getMaxTLayers()-1), i );845 #else846 841 pcSPS->setMaxDecPicBuffering(pcSPS->getMaxDecPicBuffering(0), i); 847 #endif848 842 pcSPS->setNumReorderPics(pcSPS->getNumReorderPics(0), i); 849 843 pcSPS->setMaxLatencyIncrease(pcSPS->getMaxLatencyIncrease(0), i);
Note: See TracChangeset for help on using the changeset viewer.