From 666ed7eda1d568638689ac7b0cef0a9e564ffbdf Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 16 Sep 2013 11:37:48 +0200 Subject: rtmp: Drop an unneeded warning Apparently a widely used streaming server requires that the second field always presents a version during C1 phase. --- libavformat/rtmpproto.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat') diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index 381332f515..c75152f3db 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -1398,8 +1398,6 @@ static int rtmp_server_handshake(URLContext *s, RTMPContext *rt) av_log(s, AV_LOG_ERROR, "RTMP Handshake C1 Error\n"); return ret; } - if (zeroes) - av_log(s, AV_LOG_WARNING, "Erroneous C1 Message zero != 0\n"); /* Send S1 */ /* By now same epoch will be sent */ hs_my_epoch = hs_epoch; -- cgit v1.2.3