From 4c97a6fafadc478465e584c691455a19d9c9ee66 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 16 Jun 2009 23:09:03 +0000 Subject: Move opt_loglevel() from ffmpeg.c to cmdutils.c. Originally committed as revision 19209 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index a71677a22d..826f00092f 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -50,6 +50,11 @@ extern struct SwsContext *sws_opts; */ int opt_default(const char *opt, const char *arg); +/** + * Sets the libav* libraries log level. + */ +int opt_loglevel(const char *opt, const char *arg); + /** * Parses a string and returns its corresponding value as a double. * Exits from the application if the string cannot be correctly -- cgit v1.2.3