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:
authorStefano Sabatini <stefasab@gmail.com>2013-10-17 21:04:16 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-10-27 12:18:45 +0400
commit4e268285aaff2fdd352eeac4765169a01e6eefe4 (patch)
treec581240e3f0a0b3521dc8ef0adc2d3cee460f949 /cmdutils.h
parentd61617a52349f9e65903bffb801dba1388de01ac (diff)
cmdutils: add -colors option
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 49bb765724..2538f05d98 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -489,6 +489,12 @@ int show_layouts(void *optctx, const char *opt, const char *arg);
int show_sample_fmts(void *optctx, const char *opt, const char *arg);
/**
+ * Print a listing containing all the color names and values recognized
+ * by the program.
+ */
+void show_colors(void *optctx, const char *opt, const char *arg);
+
+/**
* Return a positive value if a line read from standard input
* starts with [yY], otherwise return 0.
*/