summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/filter/af_scaletempo2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/filter/af_scaletempo2.c b/audio/filter/af_scaletempo2.c
index 47ca4276b5..ceac919d5d 100644
--- a/audio/filter/af_scaletempo2.c
+++ b/audio/filter/af_scaletempo2.c
@@ -138,7 +138,6 @@ static bool init_scaletempo2(struct mp_filter *f)
p->initialized = true;
p->sent_final = false;
p->frame_delay = 0;
- p->speed = 1;
mp_aframe_config_copy(p->cur_format, p->pending);
mp_scaletempo2_init(&p->data, mp_aframe_get_channels(p->pending),