Commit 4f1e8b14 authored by kostya's avatar kostya

cosmetics: add an empty line between variable declarations and code

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21532 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f9ad2012
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment