Commit 94ec2713 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '48cfb5f4'

* commit '48cfb5f4':
  rtmppkt: Add a descriptive comment
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents d540e757 48cfb5f4
......@@ -194,7 +194,7 @@ static int rtmp_packet_read_one_chunk(URLContext *h, RTMPPacket *p,
type = prev_pkt[channel_id].type;
extra = prev_pkt[channel_id].extra;
hdr >>= 6;
hdr >>= 6; // header size indicator
if (hdr == RTMP_PS_ONEBYTE) {
ts_field = prev_pkt[channel_id].ts_delta;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment