summaryrefslogtreecommitdiffstats
path: root/audio/decode
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-28 22:46:22 +0100
committerwm4 <wm4@nowhere>2013-04-13 04:21:29 +0200
commitabd5e8a2e774f20d78a901faac64fe74fdc7b040 (patch)
tree30a7e1e1d1bd57bbc7e0afe2d6b1ae588989fdd3 /audio/decode
parent08eecf070e12d58f3f9e4f7c65b8b1f6c815cc7f (diff)
downloadmpv-abd5e8a2e774f20d78a901faac64fe74fdc7b040.tar.bz2
mpv-abd5e8a2e774f20d78a901faac64fe74fdc7b040.tar.xz
options: remove --af-adv
Anything this option did has been removed in the preceding 3 commits. Note that even though these options sounded like a good idea (like setting accuracy vs. speed tradeoffs), they were not really properly implemented.
Diffstat (limited to 'audio/decode')
-rw-r--r--audio/decode/dec_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decode/dec_audio.c b/audio/decode/dec_audio.c
index 69ca3f110c..9d0e51629c 100644
--- a/audio/decode/dec_audio.c
+++ b/audio/decode/dec_audio.c
@@ -41,7 +41,7 @@
int fakemono = 0;
-struct af_cfg af_cfg = {1, NULL}; // Configuration for audio filters
+struct af_cfg af_cfg = {0}; // Configuration for audio filters
static int init_audio_codec(sh_audio_t *sh_audio, const char *decoder)
{