From 2f1376950a81133ff75406106793e51330886385 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 6 Apr 2016 10:50:12 -0400 Subject: [PATCH] spelling fix --- src/zm_rtp_source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_rtp_source.cpp b/src/zm_rtp_source.cpp index a4dfcd5d7..e2b8e3a1a 100644 --- a/src/zm_rtp_source.cpp +++ b/src/zm_rtp_source.cpp @@ -262,7 +262,7 @@ bool RtpSource::handlePacket( const unsigned char *packet, size_t packetLen ) int rtpHeaderSize = 12 + rtpHeader->cc * 4; // No need to check for nal type as non fragmented packets already have 001 start sequence appended bool h264FragmentEnd = (mCodecId == AV_CODEC_ID_H264) && (packet[rtpHeaderSize+1] & 0x40); - // M stands for Market, it is the 8th bit + // M stands for Marker, it is the 8th bit // The interpretation of the marker is defined by a profile. It is intended // to allow significant events such as frame boundaries to be marked in the // packet stream. A profile may define additional marker bits or specify