Re: [FFmpeg-devel] [PATCH]Use av_log to print benchmark output

2015-07-09 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > Attached patch stops -benchmark from using stdout. > i wonder why this used printf() > maybe wait a day or 2 before applying in case there > was a reason that i forgot Merged. Thank you, Carl Eugen ___ ffmpeg

Re: [FFmpeg-devel] [PATCH]Use av_log to print benchmark output

2015-07-07 Thread Michael Niedermayer
On Tue, Jul 07, 2015 at 03:29:49PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch stops -benchmark from using stdout. > > Please comment, Carl Eugen i wonder why this used printf() maybe wait a day or 2 before applying in case there was a reason that i forgot otherwise LGTM [...] --

[FFmpeg-devel] [PATCH]Use av_log to print benchmark output

2015-07-07 Thread Carl Eugen Hoyos
Hi! Attached patch stops -benchmark from using stdout. Please comment, Carl Eugen diff --git a/ffmpeg.c b/ffmpeg.c index e592629..32d0cf7 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -473,7 +473,7 @@ static void ffmpeg_cleanup(int ret) if (do_benchmark) { int maxrss = getmaxrss() / 102