diff options
Diffstat (limited to 'third_party/aom/args.h')
-rw-r--r-- | third_party/aom/args.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/aom/args.h b/third_party/aom/args.h index e7841fc646..c3427bcfa3 100644 --- a/third_party/aom/args.h +++ b/third_party/aom/args.h @@ -57,6 +57,7 @@ int arg_parse_int(const struct arg *arg); struct aom_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); +int arg_parse_list(const struct arg *arg, int *list, int n); #ifdef __cplusplus } // extern "C" #endif |