diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-12-18 10:54:11 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-12-22 11:39:57 +0100 |
commit | 6325aede08d5c7086b3798cb7041299e1d07f93a (patch) | |
tree | 2ee8a3f53b3f6b151b8685130e7fd77e26b6852f /doc | |
parent | 7f982065a8025a65ef0e3e719b0fb1a59b2a0d77 (diff) | |
download | ffmpeg-6325aede08d5c7086b3798cb7041299e1d07f93a.tar.gz |
fftools/ffmpeg: remove deprecated -[av]bsf
They were marked as deprecated over 10 years ago.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 28f032df80..ab17d1d687 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1254,8 +1254,6 @@ Specify which version of the vstats format to use. Default is @code{2}. See the @item -vtag @var{fourcc/tag} (@emph{output}) Force video tag/fourcc. This is an alias for @code{-tag:v}. -@item -vbsf @var{bitstream_filter} -Deprecated see -bsf @item -force_key_frames[:@var{stream_specifier}] @var{time}[,@var{time}...] (@emph{output,per-stream}) @item -force_key_frames[:@var{stream_specifier}] expr:@var{expr} (@emph{output,per-stream}) @@ -1624,8 +1622,6 @@ This is an alias for @code{-filter:a}, see the @ref{filter_option,,-filter optio @table @option @item -atag @var{fourcc/tag} (@emph{output}) Force audio tag/fourcc. This is an alias for @code{-tag:a}. -@item -absf @var{bitstream_filter} -Deprecated, see -bsf @item -guess_layout_max @var{channels} (@emph{input,per-stream}) If some input channel layout is not known, try to guess only if it corresponds to at most the specified number of channels. For example, 2 |