[streaming,conf,xcode] review fixes

This commit is contained in:
whatdoineed2do/Ray
2019-09-17 12:40:27 +01:00
committed by ejurgensen
parent 008e11bfb8
commit c2ba1fdb63
3 changed files with 13 additions and 13 deletions

View File

@@ -738,7 +738,7 @@ open_decoder(unsigned int *stream_index, struct decode_ctx *ctx, enum AVMediaTyp
if ((*stream_index < 0) || (!decoder))
{
if (!ctx->settings.silent)
DPRINTF(E_LOG, L_XCODE, "No stream data or decoder for stream #%d\n", *stream_index);
DPRINTF(E_LOG, L_XCODE, "No stream data or decoder for stream #%d\n", *stream_index);
return NULL;
}