Commit 7742edc0 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '0d378439'

* commit '0d378439':
  rtmpproto: Check for the right return code
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents f9ccdcb6 0d378439
......@@ -2532,7 +2532,7 @@ reconnect:
do {
ret = get_packet(s, 1);
} while (ret == EAGAIN);
} while (ret == AVERROR(EAGAIN));
if (ret < 0)
goto fail;
......
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