Changed error codes

This commit is contained in:
2020-11-06 02:44:09 +01:00
parent cbb8da45ce
commit 3d5729f7b7
6 changed files with 37 additions and 27 deletions

View File

@@ -193,5 +193,5 @@ uint8_t parse_caff_get_first_ciff(uint8_t *caff_data, uint64_t caff_data_len, ui
p += seek_by;
}
return CAFF_PARSE_ANIMATION_COUNT_ERROR;
return CAFF_PARSE_UNKNOWN_ERROR;
}