]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hls.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / hls.c
index 1449f40bc6721f2908f2823dcc334cd4972da0d2..a51a616d3826c2ade38047b57a8265d0a0ce7c36 100644 (file)
@@ -42,7 +42,7 @@
  * An apple http stream consists of a playlist with media segment files,
  * played sequentially. There may be several playlists with the same
  * video content, in different bandwidth variants, that are played in
- * parallel (preferrably only one bandwidth variant at a time). In this case,
+ * parallel (preferably only one bandwidth variant at a time). In this case,
  * the user supplied the url to a main playlist that only lists the variant
  * playlists.
  *