mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05:00
Minor adjustment of log message in transcode.c
This commit is contained in:
parent
8663641e84
commit
21584fa1ff
@ -477,9 +477,9 @@ transcode_setup(struct media_file_info *mfi, off_t *est_size, int wavhdr)
|
||||
{
|
||||
if (!ctx->acodec->channel_layout)
|
||||
{
|
||||
ctx->acodec->channel_layout = av_get_default_channel_layout(ctx->acodec->channels);
|
||||
|
||||
DPRINTF(E_DBG, L_XCODE, "Resample requires channel_layout, but none from ffmpeg. Setting to default.\n");
|
||||
|
||||
ctx->acodec->channel_layout = av_get_default_channel_layout(ctx->acodec->channels);
|
||||
}
|
||||
|
||||
DPRINTF(E_DBG, L_XCODE, "Will resample, decoded stream is: %s, %d channels (layout %" PRIu64 "), %d Hz\n",
|
||||
|
Loading…
Reference in New Issue
Block a user