mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -05: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");
|
||||
|
||||
goto out_free_dst;
|
||||
ret = -1;
|
||||
goto out_free_dst;
|
||||
}
|
||||
|
||||
DPRINTF(E_DBG, L_ART, "Selected pixel format: %d\n", dst->pix_fmt);
|
||||
|
Loading…
Reference in New Issue
Block a user