1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

applehttp: Fix a typo in a comment

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Martin Storsjö
2011-03-17 10:24:08 +00:00
committed by Mans Rullgard
parent 68d875addc
commit bc040cb3e2

View File

@@ -519,7 +519,7 @@ reload:
c->max_start_seq - c->cur_seq_no); c->max_start_seq - c->cur_seq_no);
c->cur_seq_no = c->max_start_seq; 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) if (c->cur_seq_no < c->min_end_seq)
goto start; goto start;
/* We've reached the end of the playlists - return eof if this is a /* We've reached the end of the playlists - return eof if this is a