summaryrefslogtreecommitdiffstats
path: root/libaf/af.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-25 11:11:07 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-25 11:11:07 +0000
commit6dbf6b4df117ae2dcace55f7e592a20fb81795be (patch)
treecdd2b17b355d8f2973a4328fafed66612b5ef154 /libaf/af.h
parentfb3854d760b559816ed05c844188775129a3edf9 (diff)
downloadmpv-6dbf6b4df117ae2dcace55f7e592a20fb81795be.tar.bz2
mpv-6dbf6b4df117ae2dcace55f7e592a20fb81795be.tar.xz
finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14819 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af.h')
-rw-r--r--libaf/af.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libaf/af.h b/libaf/af.h
index 03c825a20e..d4ff9d1c30 100644
--- a/libaf/af.h
+++ b/libaf/af.h
@@ -214,6 +214,10 @@ float af_softclip(float a);
/** Print a list of all available audio filters */
void af_help(void);
+/* Fill the missing parameters in the af_data_t structure.
+ Used for stuffing bps with a value based on format. */
+void af_fix_paramaters(af_data_t *data);
+
/* Memory reallocation macro: if a local buffer is used (i.e. if the
filter doesn't operate on the incoming buffer this macro must be
called to ensure the buffer is big enough. */
@@ -269,5 +273,3 @@ extern af_msg_cfg_t af_msg_cfg; // Message
#endif
#endif /* __aop_h__ */
-
-