diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-09-29 23:06:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-09-29 23:06:51 +0000 |
commit | 0093ebc20aeee6d184aff047d30d93b63186330b (patch) | |
tree | 5d667339d53be58fe22d7c718369673dbeb50794 /cmdutils.h | |
parent | f34fcdc8b67fb477563a8fc4284434b707de3d3b (diff) | |
download | ffmpeg-0093ebc20aeee6d184aff047d30d93b63186330b.tar.gz |
User application side of Codec specific parameters.
Originally committed as revision 25266 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h index 61bcfdc71f..e753c43081 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -138,7 +138,7 @@ void show_help_options(const OptionDef *options, const char *msg, int mask, int void parse_options(int argc, char **argv, const OptionDef *options, void (* parse_arg_function)(const char*)); -void set_context_opts(void *ctx, void *opts_ctx, int flags); +void set_context_opts(void *ctx, void *opts_ctx, int flags, AVCodec *codec); /** * Print an error message to stderr, indicating filename and a human |