diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2021-11-18 14:58:55 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2021-12-13 18:45:37 +0800 |
commit | 6cf55b9da2b41d5c2b8a0b6e4405dd84858cae35 (patch) | |
tree | 3d79e7364f3fe0bc36e8e4d1e50fe7311f8ec5aa /doc/muxers.texi | |
parent | 38fbe6a34cfe48c91156e26806aeb81e0dd09f77 (diff) | |
download | ffmpeg-6cf55b9da2b41d5c2b8a0b6e4405dd84858cae35.tar.gz |
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.texi | 1 |
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. |