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