f_output_chain: fix typo

This commit is contained in:
wm4 2018-04-07 14:38:54 +02:00 committed by Jan Ekström
parent 3c123281a7
commit bd62d78854
1 changed files with 1 additions and 1 deletions

View File

@ -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.