summaryrefslogtreecommitdiffstats
path: root/filters/f_auto_filters.c
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2021-01-20 20:07:08 +0200
committerJan Ekström <jeebjp@gmail.com>2021-02-15 00:13:03 +0200
commitb0b37df31faf01cd88e22ef5be882628b3d8d607 (patch)
treef086314feb95928bdf64947c8535298d03e1ea6e /filters/f_auto_filters.c
parent2e45a3d3365b5b76f95b8e4a5c1045ea30fcb351 (diff)
downloadmpv-b0b37df31faf01cd88e22ef5be882628b3d8d607.tar.bz2
mpv-b0b37df31faf01cd88e22ef5be882628b3d8d607.tar.xz
filters/auto_filters: switch from scaletempo to scaletempo2
Part 1 of "look how well it performs, then start cleaning up the old one." Closes #8376
Diffstat (limited to 'filters/f_auto_filters.c')
-rw-r--r--filters/f_auto_filters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/f_auto_filters.c b/filters/f_auto_filters.c
index a5394dd35a..5dd3a4adff 100644
--- a/filters/f_auto_filters.c
+++ b/filters/f_auto_filters.c
@@ -329,9 +329,9 @@ static void aspeed_process(struct mp_filter *f)
if (req_filter) {
if (req_filter == 1) {
- MP_VERBOSE(f, "adding scaletempo\n");
+ MP_VERBOSE(f, "adding scaletempo2\n");
p->sub.filter = mp_create_user_filter(f, MP_OUTPUT_CHAIN_AUDIO,
- "scaletempo", NULL);
+ "scaletempo2", NULL);
} else if (req_filter == 2) {
MP_VERBOSE(f, "adding drop\n");
p->sub.filter = mp_create_user_filter(f, MP_OUTPUT_CHAIN_AUDIO,