Skip to content

Commit

Permalink
restrict audio formats to AAC-ELD and ALAC (only ones ever seen)
Browse files Browse the repository at this point in the history
  • Loading branch information
fduncanh committed Apr 23, 2022
1 parent c06b5db commit 2d816db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderers/audio_renderer_gstreamer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2d816db

Please sign in to comment.