diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-11-12 17:05:56 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-11-16 10:51:32 +0100 |
commit | d4ae2a20e8783a3658d47bae952ae681c6465a39 (patch) | |
tree | 00df511e7d9f433d2ca05e26c54174be86c53e5b /doc | |
parent | a4c5d241ec215cfa680c5fa706377e40d18e8040 (diff) | |
download | ffmpeg-d4ae2a20e8783a3658d47bae952ae681c6465a39.tar.gz |
cmdutils: add an option for listing stream dispositions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fftools-common-opts.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 7643dd8396..d9145704d6 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -167,6 +167,9 @@ Show available sample formats. @item -layouts Show channel names and standard channel layouts. +@item -dispositions +Show stream dispositions. + @item -colors Show recognized color names. |