From a9bbe0a576fdb3a0629e2164134f449e229f9523 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 13 Jun 2013 00:59:27 +0200 Subject: 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. --- audio/decode/dec_audio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio/decode/dec_audio.c') 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) -- cgit v1.2.3