Ignore:
Timestamp:
12 Mar 2015, 00:04:38 (10 years ago)
Author:
seregin
Message:

remove setting for sps_max_dec_pic_buffering_minus1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1078 r1079  
    839839      for (i++; i <= pcSPS->getMaxTLayers()-1; i++)
    840840      {
    841 #if SVC_EXTENSION
    842         // 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 #else
    846841        pcSPS->setMaxDecPicBuffering(pcSPS->getMaxDecPicBuffering(0), i);
    847 #endif
    848842        pcSPS->setNumReorderPics(pcSPS->getNumReorderPics(0), i);
    849843        pcSPS->setMaxLatencyIncrease(pcSPS->getMaxLatencyIncrease(0), i);
Note: See TracChangeset for help on using the changeset viewer.