summaryrefslogtreecommitdiff
path: root/vpxdec.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-05-09 10:33:26 -0700
committerJames Zern <jzern@google.com>2015-05-11 20:54:55 -0700
commit59e7a47c418c77089afb6dfc28b8a178d8b9f1e3 (patch)
tree3438a23195b8959c48abfa33df4952bf8e662607 /vpxdec.c
parent5f0dc57653eb60e950b3e71a1ed0d4b624ae4ef7 (diff)
downloadlibvpx-59e7a47c418c77089afb6dfc28b8a178d8b9f1e3.tar.gz
tools_common.h: fix usage_exit() prototype
+ the definitions in the examples silences a missing-prototype warning Change-Id: I7c064cacd6d2073a6107de6c3e2cc46ef8a68411
Diffstat (limited to 'vpxdec.c')
-rw-r--r--vpxdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpxdec.c b/vpxdec.c
index 8c938df8d..c7736abdb 100644
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -169,7 +169,7 @@ static INLINE int libyuv_scale(vpx_image_t *src, vpx_image_t *dst,
}
#endif
-void usage_exit() {
+void usage_exit(void) {
int i;
fprintf(stderr, "Usage: %s <options> filename\n\n"