Index: source/libvpx/args.h |
=================================================================== |
--- source/libvpx/args.h (revision 292608) |
+++ source/libvpx/args.h (working copy) |
@@ -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" |