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 /cmdutils.h | |
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 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index efc8d02602..c2734a1e31 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -164,6 +164,12 @@ void show_formats(void); void show_codecs(void); /** + * Prints a listing containing all the filters supported by the + * program. + */ +void show_filters(void); + +/** * Prints a listing containing all the bit stream filters supported by the * program. */ |