summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-07 14:38:54 +0200
committerJan Ekström <jeebjp@gmail.com>2018-04-15 23:11:33 +0300
commitbd62d7885488d14bf291bf33c6a817b1024c38f7 (patch)
tree175638b5a70d70a63b8820a8d304c02d8a059059
parent3c123281a7eb3181a9706a52d0148f70aa65cff5 (diff)
downloadmpv-bd62d7885488d14bf291bf33c6a817b1024c38f7.tar.bz2
mpv-bd62d7885488d14bf291bf33c6a817b1024c38f7.tar.xz
f_output_chain: fix typo
-rw-r--r--filters/f_output_chain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/f_output_chain.h b/filters/f_output_chain.h
index 422fa555cb..980b117d00 100644
--- a/filters/f_output_chain.h
+++ b/filters/f_output_chain.h
@@ -79,7 +79,7 @@ bool mp_output_chain_update_filters(struct mp_output_chain *p,
void mp_output_chain_set_audio_speed(struct mp_output_chain *p,
double speed, double resample);
-// Total delay incured by the filter chain, as measured by the recent filtered
+// Total delay incurred by the filter chain, as measured by the recent filtered
// frames. The intention is that this sums the measured delays for each filter,
// so if a filter is removed, the caller can estimate how much audio is missing
// due to the change.