From 96f931adf75967dc86fbf3ee21517e539d0a6e50 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 4 Jun 2011 23:54:19 +0200 Subject: cmdutils: change the signature of the function argument in parse_options() This is required for a pending simplification. --- cmdutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index eca98a3cf4..171ef3cb5b 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -151,7 +151,7 @@ void show_help_options(const OptionDef *options, const char *msg, int mask, int * not have to be processed. */ void parse_options(int argc, char **argv, const OptionDef *options, - void (* parse_arg_function)(const char*)); + int (* parse_arg_function)(const char *opt, const char *arg)); void set_context_opts(void *ctx, void *opts_ctx, int flags, AVCodec *codec); -- cgit v1.2.3