diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-21 21:53:03 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-21 21:53:03 +0000 |
commit | 3f7bb426078aa9fbd8289459d0adcaea22ab18a2 (patch) | |
tree | 27afe12c2087a47f727615a5948172df7b4eb054 /doc | |
parent | dc7f38f59cd903695410514119cb280572910c54 (diff) | |
download | ffmpeg-3f7bb426078aa9fbd8289459d0adcaea22ab18a2.tar.gz |
Implement a -pix_fmts option for listing all the supported pixel
formats.
Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 60b05009ab..ce8a4d6240 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -46,6 +46,9 @@ Show available protocols. @item -filters Show available libavfilter filters. +@item -pix_fmts +Show available pixel formats. + @item -loglevel @var{loglevel} Set the logging level used by the library. @var{loglevel} is a number or a string containing one of the following values: |