Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBela Bodecs <bodecsb@vivanet.hu>2017-01-05 15:21:13 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-01-06 01:18:36 +0300
commit4068f5fac7b84257b46c5050859332cd1bcdf3cc (patch)
tree68b716f2ee2b2aa3e784572e8c3706d49b6d657d /doc
parent4c63910bdbf04ce4ed80a870d676877fc031df5a (diff)
doc/muxers/hlsenc: typo hls_flag: discont_starts => discont_start
Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index b4a107ceec..351cd8c5c4 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -567,7 +567,7 @@ and remove the @code{#EXT-X-ENDLIST} from the old segment list.
Round the duration info in the playlist file segment info to integer
values, instead of using floating point.
-@item discont_starts
+@item discont_start
Add the @code{#EXT-X-DISCONTINUITY} tag to the playlist, before the
first segment's information.