diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-10-26 14:48:40 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-11-05 15:32:29 -0500 |
commit | dfde8a34e5419ac99265e3ecc2e82f378674128a (patch) | |
tree | 2eeec23b9d802e26b2483815c18475c7ff2075b3 /doc/APIchanges | |
parent | 6a744d261930f8101132bc6d207b6eac41d9cf18 (diff) | |
download | ffmpeg-dfde8a34e5419ac99265e3ecc2e82f378674128a.tar.gz |
lavu: add av_ctz() for trailing zero bit count
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 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 |