mpv/audio/decode
wm4 7dd3822d09 audio: refactor some aspects of filter chain setup
There's no real reason why audio_init_filter() should exist. Just use
af_init or af_reinit directly. (We lose a useless message; the same
information is printed in a quite close place with more details.)

Requires less code, and the way the filter chain is marked as having
failed to initialize allows just switching off audio instead of
crashing if trying to insert a volume filter in mixer.c fails, and
recreating the old filter chain fails too.
2014-10-02 02:42:23 +02:00
..
ad.h audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00
ad_lavc.c audio: remove WAVEFORMATEX from internal demuxer API 2014-09-25 01:56:51 +02:00
ad_mpg123.c audio: change playback restart and resyncing 2014-07-28 21:20:37 +02:00
ad_spdif.c audio: cleanup spdif format definitions 2014-09-23 23:11:54 +02:00
dec_audio.c audio: refactor some aspects of filter chain setup 2014-10-02 02:42:23 +02:00
dec_audio.h audio: refactor some aspects of filter chain setup 2014-10-02 02:42:23 +02:00