Merge commit '0d3784396b736374a61fea26268febdabd803a59'

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

Merged-by: Michael Niedermayer <michaelni@gmx.at>
pull/36/head
Michael Niedermayer 12 years ago
commit 7742edc03b
  1. 2
      libavformat/rtmpproto.c

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

Loading…
Cancel
Save