cmdutils: replace opt_default with opt_default2() and remove set_context_opts

This commit is contained in:
Anton Khirnov
2011-05-25 17:30:23 +02:00
parent bf174a70cd
commit 35d2e4e5c3
2 changed files with 1 additions and 110 deletions

View File

@ -39,7 +39,6 @@ extern const char program_name[];
*/
extern const int program_birth_year;
extern const char **opt_names;
extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
extern AVFormatContext *avformat_opts;
extern struct SwsContext *sws_opts;
@ -149,8 +148,6 @@ 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, AVCodec *codec);
/**
* Filter out options for given codec.
*/