Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h6
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.
*/