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
This commit is contained in:
Panagiotis Issaris 2007-06-07 14:51:26 +00:00
parent 7699645e7d
commit 716f6b47f2

View File

@ -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....