[FFmpeg-cvslog] fftools/cmdutils: drop prototypes for nonexistent functions

Anton Khirnov git at videolan.org
Tue Mar 22 19:57:45 EET 2022


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Mar  9 10:38:59 2022 +0100| [e46d8c53a3341e14136081a8671d397d9d072573] | committer: Anton Khirnov

fftools/cmdutils: drop prototypes for nonexistent functions

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e46d8c53a3341e14136081a8671d397d9d072573
---

 fftools/cmdutils.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/fftools/cmdutils.h b/fftools/cmdutils.h
index 274d2e5b14..d4cecee780 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.
  */



More information about the ffmpeg-cvslog mailing list