[SCM] libav/experimental: cosmetics: add an empty line between variable declarations and code

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:58:58 UTC 2013


The following commit has been merged in the experimental branch:
commit 09b67cc4bd4e7b587af346cef5eccf786b956674
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Sat Jan 30 08:38:11 2010 +0000

    cosmetics: add an empty line between variable declarations and code
    
    Originally committed as revision 21532 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtmppkt.c b/libavformat/rtmppkt.c
index e243e56..62193a0 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.

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list