Browse code

lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in docs

Stefano Sabatini authored on 2013/01/23 04:17:00
Showing 2 changed files
... ...
@@ -575,8 +575,8 @@ auto-select this format.
575 575
 @code{ext} is deprecated in favor or @code{csv}.
576 576
 
577 577
 @item m3u8
578
-Generate an extended M3U8 file, version 4, compliant with
579
-@url{http://tools.ietf.org/id/draft-pantos-http-live-streaming-08.txt}.
578
+Generate an extended M3U8 file, version 3, compliant with
579
+@url{http://tools.ietf.org/id/draft-pantos-http-live-streaming}.
580 580
 
581 581
 A list file with the suffix @code{".m3u8"} will auto-select this format.
582 582
 @end table
... ...
@@ -21,7 +21,7 @@
21 21
 /**
22 22
  * @file generic segmenter
23 23
  * M3U8 specification can be find here:
24
- * @url{http://tools.ietf.org/id/draft-pantos-http-live-streaming-08.txt}
24
+ * @url{http://tools.ietf.org/id/draft-pantos-http-live-streaming}
25 25
  */
26 26
 
27 27
 /* #define DEBUG */