diff options
author | Martin Storsjö <martin@martin.st> | 2011-03-17 10:24:08 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-17 11:20:21 +0000 |
commit | bc040cb3e2eac2882b4af01de3b769620634b2aa (patch) | |
tree | d4c4aaa462c776f1a853d39c61784a311669b78c /libavformat | |
parent | 68d875addcffe6941e0f75202e3972e37371180f (diff) | |
download | ffmpeg-bc040cb3e2eac2882b4af01de3b769620634b2aa.tar.gz |
applehttp: Fix a typo in a comment
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/applehttp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/applehttp.c b/libavformat/applehttp.c index 7a3d8b0b10..d2c2c29e17 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 |