Commit c9eb2ce0 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '666ed7ed'

* commit '666ed7ed':
  rtmp: Drop an unneeded warning
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 953a4191 666ed7ed
......@@ -1395,8 +1395,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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment