回退不相关修改

Signed-off-by: liuwei <liuwei595@huawei.com>
This commit is contained in:
liuwei 2022-08-05 16:00:14 +08:00
parent 4e515b02db
commit c15322ed83

View File

@ -18,7 +18,7 @@ export const MemLevel = {
MEM_LEVEL_DEFAULT: 8
};
export const ErrorCode = {
ERROR_CODE_OK: 1,
ERROR_CODE_OK: 0,
ERROR_CODE_ERRNO: -1,
};
export const CompressLevel = {