summaryrefslogtreecommitdiffstats
path: root/audio/decode/dec_audio.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-13 00:59:27 +0200
committerwm4 <wm4@nowhere>2013-06-13 00:59:27 +0200
commita9bbe0a576fdb3a0629e2164134f449e229f9523 (patch)
tree7382bf0735d7365c07fe27952e536e89a55dbd2d /audio/decode/dec_audio.c
parentaadf0abbf2dae7050ee3314cd5d99578839644c1 (diff)
downloadmpv-a9bbe0a576fdb3a0629e2164134f449e229f9523.tar.bz2
mpv-a9bbe0a576fdb3a0629e2164134f449e229f9523.tar.xz
options: remove --stereo
Whatever this was supposed to be originally, it doesn't have much value anymore. It just forced ad_mpg123 to upmix mono to stereo by default (the audio chain can do that). As an option, it was mostly useless and misleading, so get rid of it.
Diffstat (limited to 'audio/decode/dec_audio.c')
-rw-r--r--audio/decode/dec_audio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/decode/dec_audio.c b/audio/decode/dec_audio.c
index dc461b81e3..4f2f462b92 100644
--- a/audio/decode/dec_audio.c
+++ b/audio/decode/dec_audio.c
@@ -39,8 +39,6 @@
#include "audio/filter/af.h"
-int fakemono = 0;
-
struct af_cfg af_cfg = {0}; // Configuration for audio filters
static int init_audio_codec(sh_audio_t *sh_audio, const char *decoder)