Merge commit '0d3784396b736374a61fea26268febdabd803a59'

* commit '0d3784396b736374a61fea26268febdabd803a59':
  rtmpproto: Check for the right return code

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-09-18 10:50:49 +02:00
commit 7742edc03b
1 changed files with 1 additions and 1 deletions

View File

@ -2532,7 +2532,7 @@ reconnect:
do {
ret = get_packet(s, 1);
} while (ret == EAGAIN);
} while (ret == AVERROR(EAGAIN));
if (ret < 0)
goto fail;