mirror of https://git.ffmpeg.org/ffmpeg.git
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>
This commit is contained in:
parent
4c63910bdb
commit
4068f5fac7
|
@ -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
|
Round the duration info in the playlist file segment info to integer
|
||||||
values, instead of using floating point.
|
values, instead of using floating point.
|
||||||
|
|
||||||
@item discont_starts
|
@item discont_start
|
||||||
Add the @code{#EXT-X-DISCONTINUITY} tag to the playlist, before the
|
Add the @code{#EXT-X-DISCONTINUITY} tag to the playlist, before the
|
||||||
first segment's information.
|
first segment's information.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue