diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-03-09 10:38:59 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-03-22 18:49:43 +0100 |
commit | e46d8c53a3341e14136081a8671d397d9d072573 (patch) | |
tree | 83eeb9a78fee3f381398e62aba69747723b1773f /fftools | |
parent | 1b7ecb3eef260da0f5cdcc295ae87c0cf777966a (diff) | |
download | ffmpeg-e46d8c53a3341e14136081a8671d397d9d072573.tar.gz |
fftools/cmdutils: drop prototypes for nonexistent functions
Diffstat (limited to 'fftools')
-rw-r--r-- | fftools/cmdutils.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fftools/cmdutils.h b/fftools/cmdutils.h index 274d2e5b14..d4cecee780 100644 --- a/fftools/cmdutils.h +++ b/fftools/cmdutils.h @@ -67,11 +67,6 @@ void exit_program(int ret) av_noreturn; void init_dynload(void); /** - * Initialize the cmdutils option system, in particular - * allocate the *_opts contexts. - */ -void init_opts(void); -/** * Uninitialize the cmdutils option system, in particular * free the *_opts contexts and their contents. */ @@ -108,8 +103,6 @@ int opt_report(void *optctx, const char *opt, const char *arg); int opt_max_alloc(void *optctx, const char *opt, const char *arg); -int opt_codec_debug(void *optctx, const char *opt, const char *arg); - /** * Limit the execution time. */ |