From bd62d7885488d14bf291bf33c6a817b1024c38f7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 7 Apr 2018 14:38:54 +0200 Subject: f_output_chain: fix typo --- filters/f_output_chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3