From 62d75662391733cb97edfe1ed000afe2360bc0f3 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 12 Dec 2009 16:18:11 +0000 Subject: 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 --- cmdutils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index efc8d02602..c2734a1e31 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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. -- cgit v1.2.3