shithub: libvpx

Download patch

ref: 574fd5fd966344d3c20fa3fba83f6e1cf09fc39a
parent: 199fb3194ffb2780ba1f2780965cebf1d20d6aac
parent: 4e5a7788e9c16ee0828ebb68150574222e7e04b7
author: James Zern <jzern@google.com>
date: Sun Oct 12 22:20:21 EDT 2014

Merge "args.h: add arg_parse_enum prototype"

--- a/args.h
+++ b/args.h
@@ -51,6 +51,7 @@
 unsigned int arg_parse_uint(const struct arg *arg);
 int arg_parse_int(const struct arg *arg);
 struct vpx_rational arg_parse_rational(const struct arg *arg);
+int arg_parse_enum(const struct arg *arg);
 int arg_parse_enum_or_int(const struct arg *arg);
 #ifdef __cplusplus
 }  // extern "C"