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 2e46ade7d0..5faa13276f 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -126,4 +126,10 @@ void show_version(void);
*/
void show_license(void);
+/**
+ * Prints a listing containing all the formats supported by the
+ * program.
+ */
+void show_formats(void);
+
#endif /* FFMPEG_CMDUTILS_H */