You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
rtmppkt: Add a descriptive comment
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
committed by
Martin Storsjö
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 {
|
||||
|
Reference in New Issue
Block a user