summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2007-08-20 08:09:51 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-08-20 08:09:51 +0000
commitf35917b2f3bc65171ab015cd54b1a056d6dfaf6e (patch)
tree19a9be796ef6f36984cceeac03e47f2af20372e3 /cmdutils.h
parent89da5781a14fda580b8c856c51372e2a738945c2 (diff)
Implement the cmdutils.c show_license function.
patch by Stefano Sabatini: [stefano sabatini-lala /\ poste it] Originally committed as revision 10149 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 eb94058888..bbc77e2420 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -64,4 +64,10 @@ void parse_options(int argc, char **argv, const OptionDef *options,
void print_error(const char *filename, int err);
+/**
+ * Prints on stdout the license of the program, which depends on the license of
+ * the compiled libav* libraries.
+ */
+void show_license(void);
+
#endif /* _CMD_UTILS_H */