]> granicus.if.org Git - libvpx/blobdiff - args.h
Merge "vp9-1 pass vbr: Use average QP for active_worst_quality, for inter-frames."
[libvpx] / args.h
diff --git a/args.h b/args.h
index 04e0acdf1b811fc4af2123f15760a1f3415438b9..1f37151a028681d9b0f215bb6975261e19e5fd1d 100644 (file)
--- a/args.h
+++ b/args.h
@@ -51,6 +51,7 @@ char **argv_dup(int argc, const char **argv);
 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"