diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-01-30 08:38:11 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-01-30 08:38:11 +0000 |
commit | 09b67cc4bd4e7b587af346cef5eccf786b956674 (patch) | |
tree | 145822796124717bda8990d6d5bdba0c5bf87a48 /libavformat/rtmppkt.c | |
parent | 1cf3168516cb4a3d6042f154653d46938f9d5168 (diff) | |
download | ffmpeg-09b67cc4bd4e7b587af346cef5eccf786b956674.tar.gz |
cosmetics: add an empty line between variable declarations and code
Originally committed as revision 21532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtmppkt.c')
-rw-r--r-- | libavformat/rtmppkt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtmppkt.c b/libavformat/rtmppkt.c index e243e56da5..62193a0a44 100644 --- a/libavformat/rtmppkt.c +++ b/libavformat/rtmppkt.c @@ -153,6 +153,7 @@ int ff_rtmp_packet_write(URLContext *h, RTMPPacket *pkt, 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. |