summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2020-01-07 15:50:09 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2020-01-08 11:15:13 +0530
commit5bd001043d91077eabd4cd1ffa71b396cf07c04d (patch)
tree6a4cb8e92866c1c796b5eec8583bc2694794482c /doc
parent653ef8828a3b90deb468bf19a7ca39694364d59d (diff)
avfilter/aformat: add shorthand names for options
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 63376cf1a2..b0224a4b80 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1285,13 +1285,13 @@ negotiate the most appropriate format to minimize conversions.
It accepts the following parameters:
@table @option
-@item sample_fmts
+@item sample_fmts, f
A '|'-separated list of requested sample formats.
-@item sample_rates
+@item sample_rates, r
A '|'-separated list of requested sample rates.
-@item channel_layouts
+@item channel_layouts, cl
A '|'-separated list of requested channel layouts.
See @ref{channel layout syntax,,the Channel Layout section in the ffmpeg-utils(1) manual,ffmpeg-utils}