mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-15 16:48:22 -04:00
Fix typo, goto before ret assignment
This commit is contained in:
parent
88280217a4
commit
f86915f15e
@ -238,8 +238,8 @@ artwork_rescale(AVFormatContext *src_ctx, int s, int out_w, int out_h, int forma
|
|||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_ART, "Could not determine best pixel format\n");
|
DPRINTF(E_LOG, L_ART, "Could not determine best pixel format\n");
|
||||||
|
|
||||||
goto out_free_dst;
|
|
||||||
ret = -1;
|
ret = -1;
|
||||||
|
goto out_free_dst;
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINTF(E_DBG, L_ART, "Selected pixel format: %d\n", dst->pix_fmt);
|
DPRINTF(E_DBG, L_ART, "Selected pixel format: %d\n", dst->pix_fmt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user