Commit f85129e6 authored by kostya's avatar kostya

another 10l: forgot to change parent condition as well

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21535 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 854c816c
......@@ -662,7 +662,7 @@ static int get_packet(URLContext *s, int for_header)
for (;;) {
RTMPPacket rpkt;
if ((ret = ff_rtmp_packet_read(rt->stream, &rpkt,
rt->chunk_size, rt->prev_pkt[0])) != 0) {
rt->chunk_size, rt->prev_pkt[0])) <= 0) {
if (ret == 0) {
return AVERROR(EAGAIN);
} else {
......
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