OSDN Git Service

avformat/avidec: Dont assert the existence of an index for video streams.
[android-x86/external-ffmpeg.git] / cmdutils.h
index 49bb765..2538f05 100644 (file)
@@ -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.
  */