mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 18:21:31 -04:00
[xcode] Remove deprecated ffmpeg AVFormatContext filename field
This commit is contained in:
parent
bc8e6794ad
commit
a321667201
@ -731,7 +731,7 @@ open_decoder(unsigned int *stream_index, struct decode_ctx *ctx, enum AVMediaTyp
|
|||||||
if ((*stream_index < 0) || (!decoder))
|
if ((*stream_index < 0) || (!decoder))
|
||||||
{
|
{
|
||||||
if (!ctx->settings.silent)
|
if (!ctx->settings.silent)
|
||||||
DPRINTF(E_LOG, L_XCODE, "No stream data or decoder for '%s'\n", ctx->ifmt_ctx->filename);
|
DPRINTF(E_LOG, L_XCODE, "No stream data or decoder for stream #%d\n", *stream_index);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user