diff options
author | Marton Balint <cus@passwd.hu> | 2023-02-16 01:49:18 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2023-02-19 19:29:17 +0100 |
commit | 3807fbd90ab9c5125d21b39017ec48d40d3f019f (patch) | |
tree | 1cf139c12976e393ea9870823ff4afe6a75213a6 /doc/muxers.texi | |
parent | 47ac3e60653da651dfa064b649d0ac297560d8d5 (diff) | |
download | ffmpeg-3807fbd90ab9c5125d21b39017ec48d40d3f019f.tar.gz |
doc: remove docs for options removed at the bump
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index ed5341be39..79dd864182 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -795,12 +795,6 @@ deletes them. Increase this to allow continue clients to download segments which were recently referenced in the playlist. Default value is 1, meaning segments older than @code{hls_list_size+1} will be deleted. -@item hls_ts_options @var{options_list} -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. Unless @code{hls_flags single_file} is set, it also specifies source of starting sequence numbers of |