[FFmpeg-devel] [PATCH] applehttp: Fix a typo in a comment

Martin Storsjö martin
Wed Mar 9 10:18:09 CET 2011


---
 libavformat/applehttp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/applehttp.c b/libavformat/applehttp.c
index c1609b8..1e97cc2 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
-- 
1.7.3.1




More information about the ffmpeg-devel mailing list