[FFmpeg-devel] [PATCH] intmath.h: add an ff_log2_nz

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Dec 17 18:54:05 CET 2015


Rostislav Pehlivanov <atomnuker <at> gmail.com> writes:

> +/* From Daala, src/internal.c, od_ilog() */

How does the copyright statement and license 
in internal.c look like?

> +static av_always_inline av_const int 

> ff_log2_c_nz(unsigned int x)

Shouldn't this be uint32_t (and uint64_t below)?

Carl Eugen



More information about the ffmpeg-devel mailing list