[rtmpdump] r441 - trunk/librtmp/rtmp.c
hyc
subversion at mplayerhq.hu
Wed Apr 21 04:26:01 CEST 2010
Author: hyc
Date: Wed Apr 21 04:26:00 2010
New Revision: 441
Log:
whitespace cleanup
Modified:
trunk/librtmp/rtmp.c
Modified: trunk/librtmp/rtmp.c
==============================================================================
--- trunk/librtmp/rtmp.c Wed Apr 21 04:12:34 2010 (r440)
+++ trunk/librtmp/rtmp.c Wed Apr 21 04:26:00 2010 (r441)
@@ -3818,7 +3818,7 @@ Read_1_Packet(RTMP *r, char *buf, int bu
if (delta)
{
- nTimeStamp += delta;
+ nTimeStamp += delta;
AMF_EncodeInt24(ptr+pos+4, pend, nTimeStamp);
ptr[pos+7] = nTimeStamp>>24;
}
More information about the rtmpdump
mailing list