summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-01 22:52:02 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-01 22:52:02 +0000
commitd8cd8fd5e9296ccbdadf21867800c219c2f3c321 (patch)
tree88db1d295d99327cb8a8395ac71dec5db4b6b3bc /libaf
parentef6e9423530491e765cd7e559384127058a00037 (diff)
downloadmpv-d8cd8fd5e9296ccbdadf21867800c219c2f3c321.tar.bz2
mpv-d8cd8fd5e9296ccbdadf21867800c219c2f3c321.tar.xz
obvious typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14884 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af.h b/libaf/af.h
index d4ff9d1c30..cb6e381911 100644
--- a/libaf/af.h
+++ b/libaf/af.h
@@ -216,7 +216,7 @@ 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);
+void af_fix_parameters(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