[rtmpdump] r46 - rtmp.h
hyc
subversion at mplayerhq.hu
Wed Nov 11 11:24:55 CET 2009
Author: hyc
Date: Wed Nov 11 11:24:55 2009
New Revision: 46
Log:
Fix _checkbw processing
Modified:
rtmp.h
Modified: rtmp.h
==============================================================================
--- rtmp.h Wed Nov 11 11:23:49 2009 (r45)
+++ rtmp.h Wed Nov 11 11:24:55 2009 (r46)
@@ -175,7 +175,7 @@ class CRTMP
bool SendConnectPacket();
bool SendServerBW();
bool SendCheckBW();
- bool SendCheckBWResult(int txn);
+ bool SendCheckBWResult(double txn);
bool SendCtrl(short nType, unsigned int nObject, unsigned int nTime = 0);
bool SendBGHasStream(double dId, char *playpath);
bool SendCreateStream(double dStreamId);
More information about the rtmpdump
mailing list