From 2793ebd6cb8e945a3ac3b3bfb2dc1c3420f668d6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 7 Sep 2016 21:34:44 +0200 Subject: avformat/hlsenc: implement program_date_time Reviewed-by: Steven Liu Signed-off-by: Michael Niedermayer --- doc/muxers.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/muxers.texi') diff --git a/doc/muxers.texi b/doc/muxers.texi index c39a6a0f4c..ccf8ea169c 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -522,6 +522,9 @@ behavior on some players when the time between keyframes is inconsistent, but may make things worse on others, and can cause some oddities during seeking. This flag should be used with the @code{hls_time} option. +@item hls_flags program_date_time +Generate @code{EXT-X-PROGRAM-DATE-TIME} tags. + @item hls_playlist_type event Emit @code{#EXT-X-PLAYLIST-TYPE:EVENT} in the m3u8 header. Forces @option{hls_list_size} to 0; the playlist can only be appended to. -- cgit v1.2.3