]> git.sesse.net Git - ffmpeg/commit
avutil/cpu: output cpu data to stdout
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 5 Aug 2014 23:16:56 +0000 (01:16 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 6 Aug 2014 00:01:08 +0000 (02:01 +0200)
commit9101ef6757e964c64dd1b3c50baccbe6f5e52550
tree7073605486607b6df4a3bbe65f84cae75ce9339c
parenta8689ba87207406d2120720d1322e886e7190a2e
avutil/cpu: output cpu data to stdout

Errors go to stderr, but the cpu stats are non error output for cputest

This fixes echoing the cpu test results

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/cpu.c