diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-23 08:59:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-24 09:28:00 +0200 |
commit | 2a6eaeaa85d17b27ee0dd449183ec197c35c9675 (patch) | |
tree | fe70d509dde284b0b625465ca6e81f4d72a30c4b /doc/APIchanges | |
parent | 90f9a5830b5d332de7ebb1ab45589f1870cbd65d (diff) | |
download | ffmpeg-2a6eaeaa85d17b27ee0dd449183ec197c35c9675.tar.gz |
Move get_logical_cpus() from lavc/pthread to lavu/cpu.
It will be useful in lavfi, and could conceivably be useful to the user
applications as well.
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 4229453b9b..f7279c6c52 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-xx-xx - xxxxxxx - lavu 52.12.0 - cpu.h + Add av_cpu_count() function for getting the number of logical CPUs. + 2013-05-xx - xxxxxxx - lavc 55.7.0 - avcodec.h Add picture_structure to AVCodecParserContext. |