diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-05-25 17:30:23 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-07-13 23:17:42 +0200 |
commit | 35d2e4e5c395bdb5b581e9caede63c7fc7a36138 (patch) | |
tree | 54712a7643a0eaa3720eeb06c94bda8f9774fd1c /cmdutils.h | |
parent | bf174a70cde333eba7e27063f9ce44497108f466 (diff) | |
download | ffmpeg-35d2e4e5c395bdb5b581e9caede63c7fc7a36138.tar.gz |
cmdutils: replace opt_default with opt_default2() and remove set_context_opts
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmdutils.h b/cmdutils.h index ae512b0f1a..a47f15785d 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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. */ |