]> granicus.if.org Git - rtmpdump/commitdiff
Fix _checkbw processing
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 11 Nov 2009 10:24:55 +0000 (10:24 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 11 Nov 2009 10:24:55 +0000 (10:24 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump@46 400ebc74-4327-4243-bc38-086b20814532

rtmp.h

diff --git a/rtmp.h b/rtmp.h
index 99dc50b72725cddcd62ec9ccbc2d373d39afafb1..3b2abceb03b9229e26d8cf856579d5a73eda7d09 100644 (file)
--- a/rtmp.h
+++ b/rtmp.h
@@ -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);