[FFmpeg-cvslog] doc: remove docs for options removed at the bump

Marton Balint git at videolan.org
Sun Feb 19 23:56:12 EET 2023


ffmpeg | branch: release/6.0 | Marton Balint <cus at passwd.hu> | Thu Feb 16 01:49:18 2023 +0100| [65873ac3eef359f6557ee883913ccba57ca11087] | committer: Marton Balint

doc: remove docs for options removed at the bump

Signed-off-by: Marton Balint <cus at passwd.hu>
(cherry picked from commit 3807fbd90ab9c5125d21b39017ec48d40d3f019f)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65873ac3eef359f6557ee883913ccba57ca11087
---

 doc/encoders.texi | 16 ----------------
 doc/filters.texi  |  5 -----
 doc/muxers.texi   |  6 ------
 3 files changed, 27 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 727f12a59d..b02737b9df 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1949,22 +1949,6 @@ Set the number of slices, used in parallelized encoding. Default value
 is 0. This is only used when @option{slice_mode} is set to
 @samp{fixed}.
 
- at item slice_mode
-Set slice mode. Can assume one of the following possible values:
-
- at table @samp
- at item fixed
-a fixed number of slices
- at item rowmb
-one slice per row of macroblocks
- at item auto
-automatic number of slices according to number of threads
- at item dyn
-dynamic slicing
- at end table
-
-Default value is @samp{auto}.
-
 @item loopfilter
 Enable loop filter, if set to 1 (automatically enabled). To disable
 set a value of 0.
diff --git a/doc/filters.texi b/doc/filters.texi
index 381a15a17d..47e92b9269 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -26943,11 +26943,6 @@ Specify the frame rate expected for the video stream.
 @item pixel_aspect, sar
 The sample (pixel) aspect ratio of the input video.
 
- at item sws_param
-This option is deprecated and ignored. Prepend @code{sws_flags=@var{flags};}
-to the filtergraph description to specify swscale flags for automatically
-inserted scalers. See @ref{Filtergraph syntax}.
-
 @item hw_frames_ctx
 When using a hardware pixel format, this should be a reference to an
 AVHWFramesContext describing input frames.
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.
 
- at 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.
- at 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



More information about the ffmpeg-cvslog mailing list