diff options
-rw-r--r-- | vpxdec.c | 2 | ||||
-rw-r--r-- | vpxenc.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -175,7 +175,7 @@ static INLINE int libyuv_scale(vpx_image_t *src, vpx_image_t *dst, dst->d_h, mode); } #endif -void show_help(FILE *fout, int shorthelp) { +static void show_help(FILE *fout, int shorthelp) { int i; fprintf(fout, "Usage: %s <options> filename\n\n", exec_name); @@ -560,7 +560,7 @@ static const int vp9_arg_ctrl_map[] = { VP8E_SET_CPUUSED, static const arg_def_t *no_args[] = { NULL }; -void show_help(FILE *fout, int shorthelp) { +static void show_help(FILE *fout, int shorthelp) { int i; const int num_encoder = get_vpx_encoder_count(); |