mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 21:07:01 +00:00
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…
Reference in New Issue
Block a user