Fix error message on icon loading failure

audio.88
Romain Vimont 1 year ago
parent 8e8b039a63
commit 6b422e21bf

@ -69,7 +69,7 @@ decode_image(const char *path) {
}
if (avformat_open_input(&ctx, path, NULL, NULL) < 0) {
LOGE("Could not open image codec: %s", path);
LOGE("Could not open icon image: %s", path);
goto free_ctx;
}

Loading…
Cancel
Save