mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 22:10:34 +00:00
another 10l: forgot to change parent condition as well
Originally committed as revision 21535 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b381a823cd
commit
adb5496146
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user