Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2021-11-18 09:58:55 +0300
committerSteven Liu <lq@chinaffmpeg.org>2021-12-13 13:45:37 +0300
commit6cf55b9da2b41d5c2b8a0b6e4405dd84858cae35 (patch)
tree3d79e7364f3fe0bc36e8e4d1e50fe7311f8ec5aa /doc/muxers.texi
parent38fbe6a34cfe48c91156e26806aeb81e0dd09f77 (diff)
avformat/hlsenc: deprecate hls_ts_options option
Because the hls_ts_options will be misunderstand by user, and then user can use hls_segment_options instead of hls_ts_options. Signed-off-by: Steven Liu <liuqi05@kuaishou.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 287ea569fd..1ea98a69a3 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -799,6 +799,7 @@ were recently referenced in the playlist. Default value is 1, meaning segments o
Set output format options using a :-separated list of key=value
parameters. Values containing @code{:} special characters must be
escaped.
+@code{hls_ts_options} is deprecated, use hls_segment_options instead of it..
@item hls_start_number_source
Start the playlist sequence number (@code{#EXT-X-MEDIA-SEQUENCE}) according to the specified source.