From e9adeeec98df59cf0163c506e8b0f734cfd54c7b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 14 Oct 2011 02:13:46 +0200 Subject: cmdutils: Fix loglevel for -debug Signed-off-by: Michael Niedermayer --- cmdutils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index d1e84e0d90..7a8c69b50d 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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. */ -- cgit v1.2.3