Commit 48cfb5f4 authored by Martin Panter's avatar Martin Panter Committed by Martin Storsjö

rtmppkt: Add a descriptive comment

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 5b2ad78f
......@@ -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