From 1790d3b330800e8ec6844392aa501fb558ae25e1 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 20 Sep 2010 21:48:03 +0000 Subject: Move log_callback_help to cmdutils.[hc], for allowing sharing. Originally committed as revision 25149 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmdutils.c') diff --git a/cmdutils.c b/cmdutils.c index a79c38ea3e..382c6c1809 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -56,6 +56,11 @@ struct SwsContext *sws_opts; const int this_year = 2010; +void log_callback_help(void* ptr, int level, const char* fmt, va_list vl) +{ + vfprintf(stdout, fmt, vl); +} + double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max) { char *tail; -- cgit v1.2.3