summaryrefslogtreecommitdiffstats
path: root/audio/filter
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-26 01:07:38 +0700
committerwm4 <wm4@nowhere>2016-06-26 13:47:21 +0200
commitc5094206ce6ff1a557540ed6e0d8505bc6db0031 (patch)
treeed356399c9607973a0f5590a65c67bba132c87a9 /audio/filter
parent24478a8a72b17d54346fb8d648e53448c3819e9d (diff)
downloadmpv-c5094206ce6ff1a557540ed6e0d8505bc6db0031.tar.bz2
mpv-c5094206ce6ff1a557540ed6e0d8505bc6db0031.tar.xz
Fix misspellings
Diffstat (limited to 'audio/filter')
-rw-r--r--audio/filter/af.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/filter/af.c b/audio/filter/af.c
index ac1b4926d8..084589873f 100644
--- a/audio/filter/af.c
+++ b/audio/filter/af.c
@@ -557,7 +557,7 @@ void af_destroy(struct af_stream *s)
format of the preferred output respectively. The function is
reentrant i.e. if called with an already initialized stream the
stream will be reinitialized.
- If one of the prefered output parameters is 0 the one that needs
+ If one of the preferred output parameters is 0 the one that needs
no conversion is used (i.e. the output format in the last filter).
The return value is 0 if success and -1 if failure */
int af_init(struct af_stream *s)