summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmafixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmafixed.h')
-rw-r--r--apps/codecs/libwma/wmafixed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmafixed.h b/apps/codecs/libwma/wmafixed.h
index fb31cf8bfa..6b5137e044 100644
--- a/apps/codecs/libwma/wmafixed.h
+++ b/apps/codecs/libwma/wmafixed.h
@@ -47,7 +47,6 @@ fixed64 IntTo64(int x);
47int IntFrom64(fixed64 x); 47int IntFrom64(fixed64 x);
48fixed32 Fixed32From64(fixed64 x); 48fixed32 Fixed32From64(fixed64 x);
49fixed64 Fixed32To64(fixed32 x); 49fixed64 Fixed32To64(fixed32 x);
50fixed64 fixmul64byfixed(fixed64 x, fixed32 y);
51fixed32 fixdiv32(fixed32 x, fixed32 y); 50fixed32 fixdiv32(fixed32 x, fixed32 y);
52fixed64 fixdiv64(fixed64 x, fixed64 y); 51fixed64 fixdiv64(fixed64 x, fixed64 y);
53fixed32 fixsqrt32(fixed32 x); 52fixed32 fixsqrt32(fixed32 x);