summaryrefslogtreecommitdiffstats
path: root/libaf/af.h
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:51:57 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:51:57 +0000
commitc6824f577ee5da01a7bb0b787d0253da925c2c0f (patch)
tree95810a72a11d26661a9f464bb8e35c4190b0a764 /libaf/af.h
parent3e8ab8664210815887ac2d77af708d1a237602aa (diff)
downloadmpv-c6824f577ee5da01a7bb0b787d0253da925c2c0f.tar.bz2
mpv-c6824f577ee5da01a7bb0b787d0253da925c2c0f.tar.xz
Remove unused functions in af.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24915 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af.h')
-rw-r--r--libaf/af.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/libaf/af.h b/libaf/af.h
index 09a64a3392..d41f9964fb 100644
--- a/libaf/af.h
+++ b/libaf/af.h
@@ -199,24 +199,6 @@ af_data_t* af_play(af_stream_t* s, af_data_t* data);
af_instance_t *af_control_any_rev (af_stream_t* s, int cmd, void* arg);
/**
- * \brief Calculate how long the output from the filters will be for a given
- * input length.
- * \param len input lenght for which to calculate output length
- * \return calculated output length, will always be >= the resulting
- * length when actually calling af_play.
- */
-int af_outputlen(af_stream_t* s, int len);
-
-/**
- * \brief Calculate how long the input to the filters should be to produce a
- * certain output length
- * \param len wanted output length
- * \return input length required to produce the output length "len". Possibly
- * smaller to avoid overflow of output buffer
- */
-int af_inputlen(af_stream_t* s, int len);
-
-/**
* \brief calculate required input length for desired output size
* \param len desired minimum output length
* \param max_outsize maximum output length