Message ID | 1300357448-26481-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Commit | bc040cb3e2eac2882b4af01de3b769620634b2aa |
Headers | show |
On 3/17/11 11:24 AM, Martin Storsjö wrote: > --- > This was OKd by Diego on ffmpeg-devel earlier, but never applied. Pushed
Luca Barbato <lu_zero@gentoo.org> writes: > On 3/17/11 11:24 AM, Martin Storsjö wrote: >> --- >> This was OKd by Diego on ffmpeg-devel earlier, but never applied. > > Pushed Where did you think you pushed it?
On 3/17/11 12:25 PM, Måns Rullgård wrote: > Luca Barbato<lu_zero@gentoo.org> writes: > >> On 3/17/11 11:24 AM, Martin Storsjö wrote: >>> --- >>> This was OKd by Diego on ffmpeg-devel earlier, but never applied. >> >> Pushed > > Where did you think you pushed it? > Looks like you had been faster than me =) lu
diff --git a/libavformat/applehttp.c b/libavformat/applehttp.c index 7a3d8b0..d2c2c29 100644 --- a/libavformat/applehttp.c +++ b/libavformat/applehttp.c @@ -519,7 +519,7 @@ reload: c->max_start_seq - c->cur_seq_no); c->cur_seq_no = c->max_start_seq; } - /* If more segments exit, open the next one */ + /* If more segments exist, open the next one */ if (c->cur_seq_no < c->min_end_seq) goto start; /* We've reached the end of the playlists - return eof if this is a