Browse Source

applehttp: Fix a typo in a comment

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Martin Storsjö Mans Rullgard 14 years ago
parent
commit
bc040cb3e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/applehttp.c

+ 1
- 1
libavformat/applehttp.c 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


Loading…
Cancel
Save