mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
fftools/cmdutils: drop prototypes for nonexistent functions
This commit is contained in:
parent
1b7ecb3eef
commit
e46d8c53a3
@ -66,11 +66,6 @@ void exit_program(int ret) av_noreturn;
|
|||||||
*/
|
*/
|
||||||
void init_dynload(void);
|
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
|
* Uninitialize the cmdutils option system, in particular
|
||||||
* free the *_opts contexts and their contents.
|
* 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_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.
|
* Limit the execution time.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user