Merge commit '0d3784396b736374a61fea26268febdabd803a59'
* commit '0d3784396b736374a61fea26268febdabd803a59': rtmpproto: Check for the right return code Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
7742edc03b
@ -2532,7 +2532,7 @@ reconnect:
|
||||
|
||||
do {
|
||||
ret = get_packet(s, 1);
|
||||
} while (ret == EAGAIN);
|
||||
} while (ret == AVERROR(EAGAIN));
|
||||
if (ret < 0)
|
||||
goto fail;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user