[rtmpdump] r152 - trunk/rtmp.c
hyc
subversion at mplayerhq.hu
Thu Dec 31 04:03:17 CET 2009
Author: hyc
Date: Thu Dec 31 04:03:16 2009
New Revision: 152
Log:
More for warnings
Modified:
trunk/rtmp.c
Modified: trunk/rtmp.c
==============================================================================
--- trunk/rtmp.c Thu Dec 31 04:02:14 2009 (r151)
+++ trunk/rtmp.c Thu Dec 31 04:03:16 2009 (r152)
@@ -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);
More information about the rtmpdump
mailing list