summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:52:10 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:52:10 +0000
commit5bfedc0a2d9331a6b2205aaebed4739e882771ea (patch)
tree0a8dc5c3b696bd2e6aaf83b0ecb60aa9b40d1ddf /libaf/af.c
parentab2237c15a7d7fe119a6ca471dcdb427e1dfeeec (diff)
downloadmpv-5bfedc0a2d9331a6b2205aaebed4739e882771ea.tar.bz2
mpv-5bfedc0a2d9331a6b2205aaebed4739e882771ea.tar.xz
Remove some pointless 'inline' qualifiers
Most of these functions aren't even used in the same translation unit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24918 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af.c')
-rw-r--r--libaf/af.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af.c b/libaf/af.c
index 396f29701a..5eda4ff5b1 100644
--- a/libaf/af.c
+++ b/libaf/af.c
@@ -572,7 +572,7 @@ double af_calc_delay(af_stream_t* s)
/* Helper function called by the macro with the same name this
function should not be called directly */
-inline int af_resize_local_buffer(af_instance_t* af, af_data_t* data)
+int af_resize_local_buffer(af_instance_t* af, af_data_t* data)
{
// Calculate new length
register int len = af_lencalc(af->mul,data);