]> granicus.if.org Git - libvpx/blobdiff - examples/vp9_lossless_encoder.c
tools_common.h: fix usage_exit() prototype
[libvpx] / examples / vp9_lossless_encoder.c
index 54275770d5fbe259481271e815dcfcba8991dc33..8272516830420b7bcfe1834d1daab26f223f9495 100644 (file)
@@ -20,7 +20,7 @@
 
 static const char *exec_name;
 
-void usage_exit() {
+void usage_exit(void) {
   fprintf(stderr, "vp9_lossless_encoder: Example demonstrating VP9 lossless "
                   "encoding feature. Supports raw input only.\n");
   fprintf(stderr, "Usage: %s <width> <height> <infile> <outfile>\n", exec_name);