mpv/audio/filter
Hector Martin 297f9f1bec af_pan: fix typo
This was in the parser code all along. As far as I can tell, *cp was
intended. There is no need to check cp for NULL (nor does it make any
sense to do so every time around the loop) for AF_CONTROL_COMMAND.

However, s->matrixstr can be NULL, so checking for that separately is in
order.
2016-09-19 19:01:52 +02:00
..
af.c m_config: add helper function for initializing af/ao/vf/vo suboptions 2016-09-02 14:49:34 +02:00
af.h
af_channels.c
af_drc.c
af_equalizer.c
af_format.c
af_lavcac3enc.c
af_lavfi.c
af_lavrresample.c af_lavrresample: better swr reinitialization 2016-08-20 11:37:06 +02:00
af_pan.c af_pan: fix typo 2016-09-19 19:01:52 +02:00
af_rubberband.c af_rubberband: default to channels=together 2016-09-19 18:59:42 +02:00
af_scaletempo.c
af_volume.c
equalizer.h
tools.c