diff options
author | wm4 <wm4@nowhere> | 2014-10-02 01:47:27 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-10-02 02:42:23 +0200 |
commit | 7dd3822d099522cd8bf59aa1eb3e318e2cfcacdd (patch) | |
tree | 2167d50000fe2d52f23c468595c8c6b887b09a29 /player/core.h | |
parent | 2e16dfbf93bd9348c4beb526b14f52b01af3e867 (diff) | |
download | mpv-7dd3822d099522cd8bf59aa1eb3e318e2cfcacdd.tar.bz2 mpv-7dd3822d099522cd8bf59aa1eb3e318e2cfcacdd.tar.xz |
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.
Diffstat (limited to 'player/core.h')
0 files changed, 0 insertions, 0 deletions