# HG changeset patch # User diego # Date 1232892083 0 # Node ID 27481e5860c1f21dce1ebd1805f08e4aca424883 # Parent c309f86c05a2d5744e6eb56966cbdbb6a79aa881 Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning: libavutil/internal.h:167: warning: redundant redeclaration of `av_log2_16bit' libavutil/common.h:143: warning: previous definition of `av_log2_16bit' was here diff -r c309f86c05a2 -r 27481e5860c1 internal.h --- a/internal.h Sun Jan 25 14:00:21 2009 +0000 +++ b/internal.h Sun Jan 25 14:01:23 2009 +0000 @@ -164,8 +164,6 @@ extern const uint8_t ff_sqrt_tab[256]; -static inline int av_log2_16bit(unsigned int v); - static inline av_const unsigned int ff_sqrt(unsigned int a) { unsigned int b;