Ticket #523: text.txt

File text.txt, 966 bytes (added by sasai, 12 years ago)
Line 
1Replace
2... The coded video sequence shall not require a decoded picture buffer with size of more than Max( 1, max_dec_pic_buffering) picture storage buffers to enable the output of decoded pictures at the output times specified by dpb_output_delay of the picture timing SEI messages. The value of max_dec_pic_buffering[ i ] shall be in the range of 0 to MaxDpbSize (as specified in subclause A.4), inclusive.
3by
4... The coded video sequence shall not require a decoded picture buffer with size of more than Max( 1, max_dec_pic_buffering[ i ] ) picture storage buffers to enable the output of decoded pictures at the output times specified by dpb_output_delay of the picture timing SEI messages. The value of max_dec_pic_buffering[ max_temporal_layers_minus1 ] shall be in the range of 1 to MaxDpbSize (as specified in subclause A.4), inclusive.
5The value of max_dec_pic_buffering[i-1] shall be greater than or equal to the value of max_dec_pic_buffering[ i ].