mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
rtmppkt: Add a descriptive comment
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
5b2ad78f97
commit
48cfb5f411
@ -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…
Reference in New Issue
Block a user