From 30a40d4a554c2c49f43821d5edc6491c60e6fee2 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 22 Jan 2013 20:17:00 +0100 Subject: [PATCH] lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in docs --- doc/muxers.texi | 4 ++-- libavformat/segment.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 55f4dfde55..b89da94f90 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -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 diff --git a/libavformat/segment.c b/libavformat/segment.c index bf8c70c61b..d26bfecfcf 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -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 */