mirror of https://github.com/mpv-player/mpv
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:
parent
238acbad84
commit
a4d95fe98b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue