diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2014-01-02 09:32:37 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-01-02 09:37:43 +0100 |
commit | e3868cc588c4ad4ee8e77802398084387c2ad079 (patch) | |
tree | 9ff262a7b8cf7bc5c80d5bdc30c80c3846c5dc64 /doc/muxers.texi | |
parent | 8feaa83d479a96268d4c13987230d37d78337d29 (diff) | |
download | ffmpeg-e3868cc588c4ad4ee8e77802398084387c2ad079.tar.gz |
doc/muxers/hls: change "can used" to "can be used"
Spotted-by: Alexander Strasser <eclipse7@gmx.net>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 9308f96983..8a2bed063d 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -197,7 +197,7 @@ ffmpeg -i in.nut out.m3u8 @end example See also the @ref{segment} muxer, which provides a more generic and -flexible implementation of a segmenter, and can used to perform HLS +flexible implementation of a segmenter, and can be used to perform HLS segmentation. This muxer supports the following options: |