Browse Source

rtmppkt: Add a descriptive comment

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.3
Martin Panter Martin Storsjö 12 years ago
parent
commit
48cfb5f411
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtmppkt.c

+ 1
- 1
libavformat/rtmppkt.c View File

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


Loading…
Cancel
Save