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
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
[...]
--
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