Should h264parse limit the max PPS id to 31 or 255?
Karen Schoener
kschoener at gmail.com
Mon May 2 12:12:37 PDT 2011
Hi,
I notice that the h264parse element currently limits the max PPS id to 31.
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.
Here's the info from 7.4.2.2 in the H264 spec:
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.
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.
I was just wondering if this PPS ID limit to 31 was intentional.
Does anyone see an issue with changing the following #define in h264parse.h
from 32 to 256?
#define MAX_PPS_COUNT 32
Thanks, Karen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110502/6b4453d5/attachment.html>
More information about the gstreamer-devel
mailing list