<div>Hi, </div><div><br></div><div>I notice that the h264parse element currently limits the max PPS id to 31.</div><div><br></div><div>According to section 7.4.2.2 in the H264 spec, the PPS id may range from 0-255.  However the SPS id can range from 0-31.</div>
<div><br></div><div>Here&#39;s the info from 7.4.2.2 in the H264 spec:</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>pic_parameter_set_id identifies the picture parameter set that is referred to in the slice header. The value of pic_parameter_set_id shall be in the range of 0 to 255, inclusive.</div>
<div><br></div><div>seq_parameter_set_id refers to the active sequence parameter set. The value of seq_parameter_set_id shall be in the range of 0 to 31, inclusive.</div></blockquote><div><br></div><div>I was just wondering if this PPS ID limit to 31 was intentional.</div>
<div><br></div><div>Does anyone see an issue with changing the following #define in h264parse.h from 32 to 256?</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>
#define MAX_PPS_COUNT   32</div></blockquote><div><br></div><div>Thanks, Karen</div>