From d7fe14be561dd16daef19ac11957a8113cfc4244 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 27 Mar 2021 14:10:46 +0100 Subject: [PATCH] [mpv] comment out scaletempo2 profile --- .mpv/mpv.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.mpv/mpv.conf b/.mpv/mpv.conf index 32ed474..ee30fb5 100644 --- a/.mpv/mpv.conf +++ b/.mpv/mpv.conf @@ -148,10 +148,11 @@ profile-desc="automatically remove scaletempo2" profile-cond=get("speed", 1.00) == 1.00 af-remove=scaletempo2 -[scaletempo2] -profile-desc="automatically add scaletempo2" -profile-cond=get("speed", 1.00) ~= 1.00 -af-add=scaletempo2 +# for mpv <=0.33 +# [scaletempo2] +# profile-desc="automatically add scaletempo2" +# profile-cond=get("speed", 1.00) ~= 1.00 +# af-add=scaletempo2 [bad_source] glsl-shaders-remove=~~/shaders/noise_static_luma.hook.glsl # might get applied several times otherwise