# HG changeset patch # User kostya # Date 1264840691 0 # Node ID 8efa6bc0752eb183e51f2fd48be93078bb659ca0 # Parent 0e84f356ca5f36db532cfb094cf5f25069c60ce4 cosmetics: add an empty line between variable declarations and code diff -r 0e84f356ca5f -r 8efa6bc0752e rtmppkt.c --- a/rtmppkt.c Fri Jan 29 06:38:00 2010 +0000 +++ b/rtmppkt.c Sat Jan 30 08:38:11 2010 +0000 @@ -153,6 +153,7 @@ uint8_t pkt_hdr[16], *p = pkt_hdr; int mode = RTMP_PS_TWELVEBYTES; int off = 0; + pkt->ts_delta = pkt->timestamp - prev_pkt[pkt->channel_id].timestamp; //if channel_id = 0, this is first presentation of prev_pkt, send full hdr.