Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-10-26 22:48:40 +0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-11-06 00:32:29 +0400
commitdfde8a34e5419ac99265e3ecc2e82f378674128a (patch)
tree2eeec23b9d802e26b2483815c18475c7ff2075b3 /doc
parent6a744d261930f8101132bc6d207b6eac41d9cf18 (diff)
lavu: add av_ctz() for trailing zero bit count
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 24defe406b..c8b8fbf32a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2012-xx-xx - xxxxxxx - lavu 52.1.0 - intmath.h
+ Add av_ctz() for trailing zero bit count
+
2012-10-18 - xxxxxxx - lavu 51.45.0 - error.h
Add AVERROR_EXPERIMENTAL