diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2025-04-29 14:40:04 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2025-04-29 14:42:01 +0530 |
commit | d9bd8e9eb11015b41fa9b2663da1a6455d88cadb (patch) | |
tree | 0deab80a3406048930752849431347f2c64258df | |
parent | 9187f40e921d5eab8728ffba8e200cfe66e3c008 (diff) | |
download | ffmpeg-d9bd8e9eb11015b41fa9b2663da1a6455d88cadb.tar.gz |
doc/ffprobe: remove entry for show_format_entry
The option was removed in 1dd6363581.
-rw-r--r-- | doc/ffprobe.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index ceedc8793b..8834df8d35 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -139,13 +139,6 @@ stream. All the container format information is printed within a section with name "FORMAT". -@item -show_format_entry @var{name} -Like @option{-show_format}, but only prints the specified entry of the -container format information, rather than all. This option may be given more -than once, then all specified entries will be shown. - -This option is deprecated, use @code{show_entries} instead. - @item -show_entries @var{section_entries} Set list of entries to show. |