Fix error message on icon loading failure
This commit is contained in:
parent
8e8b039a63
commit
6b422e21bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue