mpv/audio/filter
wm4 e246c3f060 audio: fix code for adjusting conversion filters
This code was supposed to adjust existing conversion filters (to make
them output a different format). But the code was just broken,
apparently a refactoring accident. It accessed af instead of af->prev.

The bug tended to add new conversion filters, even if an existing one
could have been used. (Can be tested by inserting a dummy lavrresample
filter followed by a format filter which forces conversion.)

In addition, it's probably better to return the actual error code if
reinitializing the filter fails. It would then respect an AF_FALSE
return value, which means format negotiation failed, instead of a
generic error.
2016-07-11 12:23:32 +02:00
..
af.c audio: fix code for adjusting conversion filters 2016-07-11 12:23:32 +02:00
af.h audio: cleanup audio filter format negotiation 2016-07-10 19:51:09 +02:00
af_channels.c
af_delay.c
af_drc.c
af_equalizer.c
af_format.c
af_lavcac3enc.c af_lavcac3enc: use av_err2str() call (fixes Libav build) 2016-06-23 12:41:41 +02:00
af_lavfi.c audio: move mp_audio->AVFrame conversion to a function 2016-01-29 22:43:00 +01:00
af_lavrresample.c audio: cleanup audio filter format negotiation 2016-07-10 19:51:09 +02:00
af_pan.c
af_rubberband.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
af_scaletempo.c audio: do not require full audio chain reinit for speed changes 2015-11-04 21:49:54 +01:00
af_volume.c af_volume: don't let softvol overwrite af_volume volumedb sub-option 2016-07-11 11:03:36 +02:00
equalizer.h
tools.c