From a4d95fe98b552bdb599f44c66628af6f1842abb0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 19 Feb 2020 14:50:54 +0100 Subject: audio: remove outdated comment Neither does it (directly) mess with filters, nor does it return a bool. As noticed by a comment in #6333. --- player/audio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/player/audio.c b/player/audio.c index fdc07fbf2b..aae1198835 100644 --- a/player/audio.c +++ b/player/audio.c @@ -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; -- cgit v1.2.3