Re: [FFmpeg-devel] [PATCH] avutil/cpu: output cpu data to stdout

2014-08-05 Thread Michael Niedermayer
On Tue, Aug 05, 2014 at 08:43:58PM -0300, James Almer wrote: > On 05/08/14 8:16 PM, Michael Niedermayer wrote: > > Errors go to stderr, but the cpu stats are non error output for cputest > > > > This fixes echoing the cpu test results > > > > Signed-off-by: Michael Niedermayer > > --- > > libav

Re: [FFmpeg-devel] [PATCH] avutil/cpu: output cpu data to stdout

2014-08-05 Thread James Almer
On 05/08/14 8:16 PM, Michael Niedermayer wrote: > Errors go to stderr, but the cpu stats are non error output for cputest > > This fixes echoing the cpu test results > > Signed-off-by: Michael Niedermayer > --- > libavutil/cpu.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(

[FFmpeg-devel] [PATCH] avutil/cpu: output cpu data to stdout

2014-08-05 Thread Michael Niedermayer
Errors go to stderr, but the cpu stats are non error output for cputest This fixes echoing the cpu test results Signed-off-by: Michael Niedermayer --- libavutil/cpu.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavutil/cpu.c b/libavutil/cpu.c index 03f89cb