diff options
author | Bela Bodecs <bodecsb@vivanet.hu> | 2017-01-05 13:21:13 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-01-05 23:18:36 +0100 |
commit | 4068f5fac7b84257b46c5050859332cd1bcdf3cc (patch) | |
tree | 68b716f2ee2b2aa3e784572e8c3706d49b6d657d | |
parent | 4c63910bdbf04ce4ed80a870d676877fc031df5a (diff) | |
download | ffmpeg-4068f5fac7b84257b46c5050859332cd1bcdf3cc.tar.gz |
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>
-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 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. |