mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
restrict audio formats to AAC-ELD and ALAC (only ones ever seen)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user