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
This commit is contained in:
Stefano Sabatini
2009-12-12 16:18:11 +00:00
parent 106fa129f4
commit 62d7566239
6 changed files with 23 additions and 0 deletions

View File

@@ -163,6 +163,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.