mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 01:17:47 +00:00
cmdutils: Fix loglevel for -debug
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8937afd39f
commit
e9adeeec98
3 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,8 @@ int opt_default(const char *opt, const char *arg);
|
|||
*/
|
||||
int opt_loglevel(const char *opt, const char *arg);
|
||||
|
||||
int opt_codec_debug(const char *opt, const char *arg);
|
||||
|
||||
/**
|
||||
* Limit the execution time.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue