[FFmpeg-cvslog] r21532 - trunk/libavformat/rtmppkt.c
kostya
subversion
Sat Jan 30 09:38:11 CET 2010
Author: kostya
Date: Sat Jan 30 09:38:11 2010
New Revision: 21532
Log:
cosmetics: add an empty line between variable declarations and code
Modified:
trunk/libavformat/rtmppkt.c
Modified: trunk/libavformat/rtmppkt.c
==============================================================================
--- trunk/libavformat/rtmppkt.c Sat Jan 30 09:10:17 2010 (r21531)
+++ trunk/libavformat/rtmppkt.c Sat Jan 30 09:38:11 2010 (r21532)
@@ -153,6 +153,7 @@ int ff_rtmp_packet_write(URLContext *h,
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.
More information about the ffmpeg-cvslog
mailing list