summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/common.h')
-rw-r--r--src/libffmpeg/libavcodec/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/common.h b/src/libffmpeg/libavcodec/common.h
index aeb9ab52b..8ea58b2e7 100644
--- a/src/libffmpeg/libavcodec/common.h
+++ b/src/libffmpeg/libavcodec/common.h
@@ -298,7 +298,7 @@ void print_stats(void);
/* misc math functions */
-extern inline int av_log2(unsigned int v)
+static inline int av_log2(unsigned int v)
{
int n;