]> granicus.if.org Git - rtmpdump/commitdiff
More for warnings
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 31 Dec 2009 03:03:16 +0000 (03:03 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 31 Dec 2009 03:03:16 +0000 (03:03 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@152 400ebc74-4327-4243-bc38-086b20814532

rtmp.c

diff --git a/rtmp.c b/rtmp.c
index fd5373d53ad9fb0fc1eb24905c171da7221e0fa8..396ed32df43f434bb20c07d8292aae0b7a74e0cb 100644 (file)
--- a/rtmp.c
+++ b/rtmp.c
@@ -71,14 +71,17 @@ static bool SendConnectPacket(RTMP * r);
 static bool SendServerBW(RTMP * r);
 static bool SendCheckBW(RTMP * r);
 static bool SendCheckBWResult(RTMP * r, double txn);
-static bool SendBGHasStream(RTMP * r, double dId, AVal * playpath);
 static bool SendCreateStream(RTMP * r, double dStreamId);
 static bool SendDeleteStream(RTMP * r, double dStreamId);
 static bool SendFCSubscribe(RTMP * r, AVal * subscribepath);
 static bool SendPlay(RTMP * r);
-static bool SendSeek(RTMP * r, double dTime);
 static bool SendBytesReceived(RTMP * r);
 
+#if 0 /* unused */
+static bool SendBGHasStream(RTMP * r, double dId, AVal * playpath);
+static bool SendSeek(RTMP * r, double dTime);
+#endif
+
 static int HandleInvoke(RTMP * r, const char *body, unsigned int nBodySize);
 static bool HandleMetadata(RTMP * r, char *body, unsigned int len);
 static void HandleChangeChunkSize(RTMP * r, const RTMPPacket * packet);