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 /libavformat/segment.c | |
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 'libavformat/segment.c')
-rw-r--r-- | libavformat/segment.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |