[httpd] Check speaker settings to determine DAAP/RSP stream format

This commit is contained in:
ejurgensen
2024-01-10 21:20:31 +01:00
parent 62b42ce354
commit ff2d0b4ab1
9 changed files with 92 additions and 12 deletions

View File

@@ -2097,7 +2097,7 @@ transcode_decode_setup_raw(enum transcode_profile profile, struct media_quality
}
enum transcode_profile
transcode_needed(const char *user_agent, const char *client_codecs, char *file_codectype)
transcode_needed(const char *user_agent, const char *client_codecs, const char *file_codectype)
{
const char *codectype;
const char *prefer_format;