[FFmpeg-cvslog] lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in docs

Stefano Sabatini git at videolan.org
Tue Jan 22 20:26:29 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Jan 22 20:17:00 2013 +0100| [30a40d4a554c2c49f43821d5edc6491c60e6fee2] | committer: Stefano Sabatini

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30a40d4a554c2c49f43821d5edc6491c60e6fee2
---

 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 55f4dfd..b89da94 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
- at url{http://tools.ietf.org/id/draft-pantos-http-live-streaming-08.txt}.
+Generate an extended M3U8 file, version 3, compliant with
+ at 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 bf8c70c..d26bfec 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 */



More information about the ffmpeg-cvslog mailing list