From 918e60715710cf4dbcc4ce206f092b97ab860707 Mon Sep 17 00:00:00 2001 From: hyc Date: Thu, 31 Dec 2009 03:03:16 +0000 Subject: [PATCH] More for warnings git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@152 400ebc74-4327-4243-bc38-086b20814532 --- rtmp.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rtmp.c b/rtmp.c index fd5373d..396ed32 100644 --- 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); -- 2.40.0