changeset 620:27481e5860c1 libavutil

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
author diego
date Sun, 25 Jan 2009 14:01:23 +0000
parents c309f86c05a2
children fb9c03d5c69c
files internal.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;