[FFmpeg-devel] [PATCH] intmath: remove av_ctz.

Ronald S. Bultje rsbultje at gmail.com
Mon Oct 12 00:04:04 CEST 2015


Hi,

On Sun, Oct 11, 2015 at 5:52 PM, Andreas Cadhalpun <
andreas.cadhalpun at googlemail.com> wrote:

> On 11.10.2015 23:44, Ronald S. Bultje wrote:
> > 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.
> > ---
> >  doc/APIchanges       |  3 ---
> >  libavcodec/flacenc.c |  2 +-
> >  libavutil/intmath.c  |  5 -----
> >  libavutil/intmath.h  | 14 ++++++--------
> >  4 files changed, 7 insertions(+), 17 deletions(-)
>
> Should be fine.


Thanks, pushed.

Ronald


More information about the ffmpeg-devel mailing list