Commit 4254a444 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16773 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 29e7dc85
...@@ -164,8 +164,6 @@ static inline av_const int FASTDIV(int a, int b) ...@@ -164,8 +164,6 @@ static inline av_const int FASTDIV(int a, int b)
extern const uint8_t ff_sqrt_tab[256]; 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) static inline av_const unsigned int ff_sqrt(unsigned int a)
{ {
unsigned int b; unsigned int b;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment