diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-22 20:17:00 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-22 20:25:45 +0100 |
commit | 30a40d4a554c2c49f43821d5edc6491c60e6fee2 (patch) | |
tree | 2d931ce4cb78653219501a6f92dddc1b2d9a17fc /doc/muxers.texi | |
parent | 7694533fda5d1fdda64fbe50b10e1618128d8fd7 (diff) | |
download | ffmpeg-30a40d4a554c2c49f43821d5edc6491c60e6fee2.tar.gz |
lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in docs
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 2 insertions, 2 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 |