summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-19 14:50:54 +0100
committerwm4 <wm4@nowhere>2020-02-19 14:50:54 +0100
commita4d95fe98b552bdb599f44c66628af6f1842abb0 (patch)
tree1c907e58d8b7a4ea0d9780454e0f46469eab4905
parent238acbad8464dc2a0fffdb518383103db18e7fc8 (diff)
downloadmpv-a4d95fe98b552bdb599f44c66628af6f1842abb0.tar.bz2
mpv-a4d95fe98b552bdb599f44c66628af6f1842abb0.tar.xz
audio: remove outdated comment
Neither does it (directly) mess with filters, nor does it return a bool. As noticed by a comment in #6333.
-rw-r--r--player/audio.c2
1 files changed, 0 insertions, 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;