提交 716f6b47 编写于 作者: P Panagiotis Issaris

Remove the unnecessary masking when counting received packet types in the H.264

RTP parsing code.

Originally committed as revision 9241 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 7699645e
......@@ -285,7 +285,7 @@ static int h264_handle_packet(RTPDemuxContext * s,
#ifdef DEBUG
if (start_bit)
data->packet_types_received[nal_type & 0x1f]++;
data->packet_types_received[nal_type]++;
#endif
if(start_bit) {
// copy in the start sequence, and the reconstructed nal....
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册