mirror of
https://github.com/Genymobile/scrcpy
synced 2025-03-08 06:07:35 +00:00
Fix error message on icon loading failure
This commit is contained in:
parent
8e8b039a63
commit
6b422e21bf
@ -69,7 +69,7 @@ decode_image(const char *path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (avformat_open_input(&ctx, path, NULL, NULL) < 0) {
|
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;
|
goto free_ctx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user