audio: remove outdated comment

Neither does it (directly) mess with filters, nor does it return a bool.

As noticed by a comment in #6333.
This commit is contained in:
wm4 2020-02-19 14:50:54 +01:00
parent 238acbad84
commit a4d95fe98b
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ enum {
AD_WAIT = -4,
};
// Try to reuse the existing filters to change playback speed. If it works,
// return true; if filter recreation is needed, return false.
static void update_speed_filters(struct MPContext *mpctx)
{
struct ao_chain *ao_c = mpctx->ao_chain;