Opened 11 years ago Closed 11 years ago #1154 closed task (invalid)something about about sps_max_dec_pic_buffering_minus1
Description
In the hevc specification about sps_max_dec_pic_buffering_minus1, Change History (4)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 follow-up: ↓ 3 Changed 11 years ago by adarshcomment:3 in reply to: ↑ 2 Changed 11 years ago by charles.lee
OK ,I have get it! thank you adarsh。
comment:4 Changed 11 years ago by ksuehring
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Another way of looking at this is the following: the value of vps_max_dec_pic_buffering_minus1[ i ] in a VPS shall be greater than or equal to the value of sps_max_dec_pic_buffering_minus1[ i ] in any SPS that refers to this VPS.
Consider a bitstream containing two coded video sequences - CVS1 followed (in decoding order) by CVS2. Let SPS1 and SPS2 (not the same) be the respective SPS for CVS1 and CVS2. Let both the SPSs refer to the same VPS. Now, if the value of sps_max_dec_pic_buffering_minus1[ i ] is equal to 4 in SPS1 and equal to 5 in SPS2, respectively, the value of vps_max_dec_pic_buffering_minus1[ i ] shall be 5 or greater (but cannot equal 4).
You could have a case/bitstream where the value signaled for the vps_max_dec_pic_buffering_minus1[ i ] is equal to sps_max_dec_pic_buffering_minus1[ i ] for each i, in which case all the SPS that refer to same VPS have the same value for sps_max_dec_pic_buffering_minus1[ i ]. But, it is not the only possibility - as shown in the example above.