Merge commit '48cfb5f4114048383a4ee85b2f500eefce24cad2'
* commit '48cfb5f4114048383a4ee85b2f500eefce24cad2': rtmppkt: Add a descriptive comment Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
94ec27131c
@ -194,7 +194,7 @@ static int rtmp_packet_read_one_chunk(URLContext *h, RTMPPacket *p,
|
|||||||
type = prev_pkt[channel_id].type;
|
type = prev_pkt[channel_id].type;
|
||||||
extra = prev_pkt[channel_id].extra;
|
extra = prev_pkt[channel_id].extra;
|
||||||
|
|
||||||
hdr >>= 6;
|
hdr >>= 6; // header size indicator
|
||||||
if (hdr == RTMP_PS_ONEBYTE) {
|
if (hdr == RTMP_PS_ONEBYTE) {
|
||||||
ts_field = prev_pkt[channel_id].ts_delta;
|
ts_field = prev_pkt[channel_id].ts_delta;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user