]> granicus.if.org Git - libvpx/blobdiff - examples/postproc.c
Merge "vp9: Choose the scheme for modeling rd for 32x32 based on skin color."
[libvpx] / examples / postproc.c
index e34426a6194f1870c5ec00d603bb964cbd52433d..a8ac208d9bded493f5384137f0365cf5c687e6ec 100644 (file)
@@ -52,7 +52,7 @@
 
 static const char *exec_name;
 
-void usage_exit() {
+void usage_exit(void) {
   fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
   exit(EXIT_FAILURE);
 }