[FFmpeg-devel] [PATCH 1/2] refine the doc of hlsenc

Steven Liu lingjiujianke at gmail.com
Tue Jul 12 16:35:46 EEST 2016


resend the patch, delete the trailing whitespace and check patch by
./tools/patcheck

add the hls_flags round_durations, discont_start, omit_endlist flags
describe

Signed-off-by: LiuQi <liuqi at gosun.com>
---
 doc/muxers.texi |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 15b63f4..bf5bc82 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -495,6 +495,18 @@ Will produce the playlist, @file{out.m3u8}, and a
single segment file,
 Segment files removed from the playlist are deleted after a period of time
 equal to the duration of the segment plus the duration of the playlist.

+ at item hls_flags round_durations
+If this flag is set, the muxer will make the duration info form float
point to
+integer for playlist file segment info.
+
+ at item hls_flags discont_starts
+If this flag is set, it will add the @code{#EXT-X-DISCONTINUITY} tag into
the
+playlist at the first segment infomation's front.
+
+ at item hls_flags omit_endlist
+If this flag is set, it will not append the @code{EXT-X-ENDLIST} tag at
the end of
+the playlist.
+
 @item hls_flags split_by_time
 If this flags is set, allow segments to start on frames other than
keyframes.
 This improves behavior on some players when the time between keyframes is
-- 
1.7.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-refine-the-doc-of-hlsenc.patch
Type: application/octet-stream
Size: 1421 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160712/28bf4390/attachment.obj>


More information about the ffmpeg-devel mailing list