diff mbox series

[FFmpeg-devel,01/10] fftools/cmdutils: drop prototypes for nonexistent functions

Message ID 20220315090532.27295-1-anton@khirnov.net
State Accepted
Commit e46d8c53a3341e14136081a8671d397d9d072573
Headers show
Series [FFmpeg-devel,01/10] fftools/cmdutils: drop prototypes for nonexistent functions | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Anton Khirnov March 15, 2022, 9:05 a.m. UTC
---
 fftools/cmdutils.h | 7 -------
 1 file changed, 7 deletions(-)

Comments

Andreas Rheinhardt March 17, 2022, 2:19 p.m. UTC | #1
Anton Khirnov:
> ---
>  fftools/cmdutils.h | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/fftools/cmdutils.h b/fftools/cmdutils.h
> index 50eed9b13a..d8e5aa342b 100644
> --- a/fftools/cmdutils.h
> +++ b/fftools/cmdutils.h
> @@ -66,11 +66,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.
>   */

LGTM.

- Andreas
diff mbox series

Patch

diff --git a/fftools/cmdutils.h b/fftools/cmdutils.h
index 50eed9b13a..d8e5aa342b 100644
--- a/fftools/cmdutils.h
+++ b/fftools/cmdutils.h
@@ -66,11 +66,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.
  */