avutil: add av_parse_cpu_flags() function
authorMans Rullgard <mans@mansr.com>
Wed, 25 Apr 2012 17:06:51 +0000 (18:06 +0100)
committerMans Rullgard <mans@mansr.com>
Wed, 25 Apr 2012 22:19:40 +0000 (23:19 +0100)
commit3527a7393392b80e1780cbb24b7d8c91a51a7a18
tree0998bec7d9e36a785627f4fab7c2ba49fa1aef1f
parent3d11c2d76dd8aefca66de20328985dd30d7958f9
avutil: add av_parse_cpu_flags() function

This moves the cpu flag parsing code from avconv to avutil so
it can be accessed elsewhere.

Signed-off-by: Mans Rullgard <mans@mansr.com>
avconv.c
doc/APIchanges
libavutil/avutil.h
libavutil/cpu.c
libavutil/cpu.h