From 7909967dd0206c75a844ff72a1e0c902517175df Mon Sep 17 00:00:00 2001
From: Steven Liu <lingjiujianke@gmail.com>
Date: Tue, 12 Jul 2016 10:19:45 +0800
Subject: [PATCH 1/2] refine the doc of hlsenc

add the hls_flags round_durations, discont_start, omit_endlist flags describe

Signed-off-by: LiuQi <liuqi@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.
 
+@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.
+
+@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.
+
+@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

