Browse Source

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

tags/n1.2
Stefano Sabatini 12 years ago
parent
commit
30a40d4a55
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      doc/muxers.texi
  2. +1
    -1
      libavformat/segment.c

+ 2
- 2
doc/muxers.texi View File

@@ -575,8 +575,8 @@ auto-select this format.
@code{ext} is deprecated in favor or @code{csv}.

@item m3u8
Generate an extended M3U8 file, version 4, compliant with
@url{http://tools.ietf.org/id/draft-pantos-http-live-streaming-08.txt}.
Generate an extended M3U8 file, version 3, compliant with
@url{http://tools.ietf.org/id/draft-pantos-http-live-streaming}.

A list file with the suffix @code{".m3u8"} will auto-select this format.
@end table


+ 1
- 1
libavformat/segment.c View File

@@ -21,7 +21,7 @@
/**
* @file generic segmenter
* M3U8 specification can be find here:
* @url{http://tools.ietf.org/id/draft-pantos-http-live-streaming-08.txt}
* @url{http://tools.ietf.org/id/draft-pantos-http-live-streaming}
*/

/* #define DEBUG */


Loading…
Cancel
Save