[rtmpdump] r329 - trunk/librtmp/rtmp.c
hyc
subversion at mplayerhq.hu
Wed Mar 10 20:27:07 CET 2010
Author: hyc
Date: Wed Mar 10 20:27:06 2010
New Revision: 329
Log:
Silence spurious warning
Modified:
trunk/librtmp/rtmp.c
Modified: trunk/librtmp/rtmp.c
==============================================================================
--- trunk/librtmp/rtmp.c Wed Mar 10 20:23:10 2010 (r328)
+++ trunk/librtmp/rtmp.c Wed Mar 10 20:27:06 2010 (r329)
@@ -2445,7 +2445,7 @@ RTMP_SendPacket(RTMP *r, RTMPPacket *pac
hptr = AMF_EncodeInt32(hptr, hend, packet->m_nInfoField1);
nSize = packet->m_nBodySize;
- char *buffer = packet->m_body, *tbuf = NULL, *toff;
+ char *buffer = packet->m_body, *tbuf = NULL, *toff = NULL;
int nChunkSize = r->m_outChunkSize;
int tlen;
More information about the rtmpdump
mailing list