summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r--libavcodec/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h
index 7149ef8085..9740acb586 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -1056,9 +1056,6 @@ static inline int ff_get_fourcc(const char *s){
#define MKBETAG(a,b,c,d) (d | (c << 8) | (b << 16) | (a << 24))
-void ff_float2fraction(int *nom_arg, int *denom_arg, double f, int max);
-
-
#ifdef ARCH_X86
#define MASK_ABS(mask, level)\
asm volatile(\