[FFmpeg-cvslog] applehttp: Fix a typo in a comment
Martin Storsjö
git at videolan.org
Thu Mar 17 17:49:25 CET 2011
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Mar 17 10:24:08 2011 +0000| [bc040cb3e2eac2882b4af01de3b769620634b2aa] | committer: Mans Rullgard
applehttp: Fix a typo in a comment
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc040cb3e2eac2882b4af01de3b769620634b2aa
---
libavformat/applehttp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
More information about the ffmpeg-cvslog
mailing list