restrict audio formats to AAC-ELD and ALAC (only ones ever seen)

This commit is contained in:
fduncanh
2022-04-23 11:40:27 -04:00
parent c06b5db171
commit 2d816db7c0

View File

@@ -69,7 +69,7 @@ static gboolean check_plugins (void)
return ret;
}
#define NFORMATS 4
#define NFORMATS 2 /* set to 4 to enable AAC_LD and PCM: allowed, but never seen in real-world use */
static audio_renderer_t *renderer_type[NFORMATS];
static audio_renderer_t *renderer = NULL;
static logger_t *logger = NULL;