summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2017-03-17 16:49:28 +0100
committerwm4 <wm4@nowhere>2017-03-25 12:57:10 +0100
commit222899fbbe523320e66ae1600fabe45b58d48686 (patch)
treecdd094f983583de621ebb3d69c1bd426c5e142f9 /wscript_build.py
parentd663a0e90dc0df3d8c50a471b918d8a6c6f78da5 (diff)
downloadmpv-222899fbbe523320e66ae1600fabe45b58d48686.tar.bz2
mpv-222899fbbe523320e66ae1600fabe45b58d48686.tar.xz
af_drc: remove
Remove low quality drc filter. Anyone whishing to have dynamic range compression should use the much more powerful acompressor ffmpeg filter: mpv --af=lavfi=[acompressor] INPUT Or with parameters: mpv --af=lavfi=[acompressor=threshold=-25dB:ratio=3:makeup=8dB] INPUT Refer to https://ffmpeg.org/ffmpeg-filters.html#acompressor for a full list of supported parameters. Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 6014367115..4f1d3440c0 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -124,7 +124,6 @@ def build(ctx):
( "audio/decode/dec_audio.c" ),
( "audio/filter/af.c" ),
( "audio/filter/af_channels.c" ),
- ( "audio/filter/af_drc.c" ),
( "audio/filter/af_equalizer.c" ),
( "audio/filter/af_format.c" ),
( "audio/filter/af_lavcac3enc.c" ),