mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
af: remove deprecated audio filters
These couldn't be relicensed, and won't survive the LGPL transition. The other existing filters are mostly LGPL (except libaf glue code). This remove the deprecated pan option. I guess it could be restored by inserting a libavfilter filter (if there's one), but for now let it be gone. This temporarily breaks volume control (and things related to it, like replaygain).
This commit is contained in:
@@ -184,16 +184,12 @@ def build(ctx):
|
||||
( "audio/decode/ad_spdif.c" ),
|
||||
( "audio/decode/dec_audio.c" ),
|
||||
( "audio/filter/af.c", "libaf" ),
|
||||
( "audio/filter/af_channels.c", "libaf" ),
|
||||
( "audio/filter/af_equalizer.c", "libaf" ),
|
||||
( "audio/filter/af_format.c", "libaf" ),
|
||||
( "audio/filter/af_lavcac3enc.c", "libaf" ),
|
||||
( "audio/filter/af_lavfi.c", "libaf" ),
|
||||
( "audio/filter/af_lavrresample.c", "libaf" ),
|
||||
( "audio/filter/af_pan.c", "libaf" ),
|
||||
( "audio/filter/af_rubberband.c", "rubberband" ),
|
||||
( "audio/filter/af_scaletempo.c", "libaf" ),
|
||||
( "audio/filter/af_volume.c", "libaf" ),
|
||||
( "audio/filter/tools.c", "libaf" ),
|
||||
( "audio/out/ao.c" ),
|
||||
( "audio/out/ao_alsa.c", "alsa" ),
|
||||
|
||||
Reference in New Issue
Block a user