diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2015-10-11 17:43:29 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2015-10-11 18:03:10 -0400 |
commit | 93866c2aa2514649622ae32b6cacaf62473a9e20 (patch) | |
tree | 052620931788381dc191d3d2bc120eed71468617 /doc | |
parent | 79f2014f1264aeb9dae3134d3649aba6ca0d4d13 (diff) | |
download | ffmpeg-93866c2aa2514649622ae32b6cacaf62473a9e20.tar.gz |
intmath: remove av_ctz.
It's a non-installed header and only used in one place (flacenc).
Since ff_ctz is static inline, it's fine to use that instead.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 03ffda8c37..67605dca75 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -1052,9 +1052,6 @@ lavd 54.4.100 / 54.0.0, lavfi 3.5.0 2012-11-11 - 03b0787 / 5980f5d - lavu 52.6.100 / 52.2.0 - audioconvert.h Rename audioconvert.h to channel_layout.h. audioconvert.h is now deprecated. -2012-11-05 - 7d26be6 / dfde8a3 - lavu 52.5.100 / 52.1.0 - intmath.h - Add av_ctz() for trailing zero bit count - 2012-10-21 - e3a91c5 / a893655 - lavu 51.77.100 / 51.45.0 - error.h Add AVERROR_EXPERIMENTAL |