summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af_export.c')
-rw-r--r--audio/filter/af_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/filter/af_export.c b/audio/filter/af_export.c
index f2613530e5..6020d9d98e 100644
--- a/audio/filter/af_export.c
+++ b/audio/filter/af_export.c
@@ -167,7 +167,7 @@ static int filter(struct af_instance *af, struct mp_audio *data)
return 0;
struct mp_audio* c = data; // Current working data
af_export_t* s = af->priv; // Setup for this instance
- int16_t* a = c->planes[0]; // Incomming sound
+ int16_t* a = c->planes[0]; // Incoming sound
int nch = c->nch; // Number of channels
int len = c->samples*c->nch; // Number of sample in data chunk
int sz = s->sz; // buffer size (in samples)