X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FLzmaCustomDecompressLib%2FSdk%2FC%2FLzmaDec.h;fp=MdeModulePkg%2FLibrary%2FLzmaCustomDecompressLib%2FSdk%2FC%2FLzmaDec.h;h=ebc568cb4ff44e21d43828a417518e033fa0b20b;hb=ba39402f34aac0085fbbaa94bb7c365a2a078220;hp=28ce60c3ea94eedd628e7e43faecf9b6259d74ae;hpb=89c2e2b1d3cdf32a40d61fb15494a3d8f8dabc50;p=mirror_edk2.git diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.h b/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.h index 28ce60c3ea..ebc568cb4f 100644 --- a/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.h +++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.h @@ -135,7 +135,7 @@ LzmaDec_Allocate* can return: SZ_ERROR_MEM - Memory allocation error SZ_ERROR_UNSUPPORTED - Unsupported properties */ - + SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc); void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc); @@ -164,7 +164,7 @@ void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc); */ /* LzmaDec_DecodeToDic - + The decoding to internal dictionary buffer (CLzmaDec::dic). You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!!