projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b8b725
)
Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:
author
Diego Biurrun
<diego@biurrun.de>
Sun, 25 Jan 2009 14:01:23 +0000
(14:01 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 25 Jan 2009 14:01:23 +0000
(14:01 +0000)
libavutil/internal.h:167: warning: redundant redeclaration of `av_log2_16bit'
libavutil/common.h:143: warning: previous definition of `av_log2_16bit' was here
Originally committed as revision 16773 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/internal.h
patch
|
blob
|
history
diff --git
a/libavutil/internal.h
b/libavutil/internal.h
index 2010e3008a75b63c9ca91246ba0802201cc49887..c1f849fb3f05913aa7c7bb677bbd72f7c487154c 100644
(file)
--- a/
libavutil/internal.h
+++ b/
libavutil/internal.h
@@
-164,8
+164,6
@@
static inline av_const int FASTDIV(int a, int b)
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;