diff options
author | Mans Rullgard <mans@mansr.com> | 2012-04-25 18:06:51 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-04-25 23:19:40 +0100 |
commit | 3527a7393392b80e1780cbb24b7d8c91a51a7a18 (patch) | |
tree | 0998bec7d9e36a785627f4fab7c2ba49fa1aef1f /doc/APIchanges | |
parent | 3d11c2d76dd8aefca66de20328985dd30d7958f9 (diff) | |
download | ffmpeg-3527a7393392b80e1780cbb24b7d8c91a51a7a18.tar.gz |
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>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index ba20c80538..4d3810a6f7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-04-25 - xxxxxxx - lavu 51.29.0 - cpu.h + Add av_parse_cpu_flags() + 2012-xx-xx - xxxxxxx - lavr 0.0.0 Add libavresample audio conversion library |