diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-12 16:18:11 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-12 16:18:11 +0000 |
commit | 62d75662391733cb97edfe1ed000afe2360bc0f3 (patch) | |
tree | 885b59dfbfbb43f1a69d0a2ee633a791f51337cb /doc/ffplay-doc.texi | |
parent | 106fa129f498c93f9639a09d186c2223abe2b2c0 (diff) | |
download | ffmpeg-62d75662391733cb97edfe1ed000afe2360bc0f3.tar.gz |
Implement a -filters option, listing all the available libavfilter
filters.
Currently filters are not registered, so the option will show none.
Originally committed as revision 20807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffplay-doc.texi')
-rw-r--r-- | doc/ffplay-doc.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi index 4e06a9c1e6..f7b8f87f33 100644 --- a/doc/ffplay-doc.texi +++ b/doc/ffplay-doc.texi @@ -43,6 +43,8 @@ Show available codecs. Show available bitstream filters. @item -protocols Show available protocols. +@item -filters +Show available libavfilter filters. @item -x @var{width} Force displayed width. @item -y @var{height} |