rle.comp.dct.libutil
来自「su 的源代码库」· LIBUTIL 代码 · 共 23 行
LIBUTIL
23 行
RLE - routines for in memory silence en/decodingcodeSilence - encode the silence pieces of a stream codeDesilence decode the silence encoded streamFunction Prototypes:void codeSilence (void *inb, void *outb);void codeDesilence ( void *inb, void *outb);codeSilence:Input:inb input bufferOutput:outb output buffercodeDesilence:Input:inb input bufferOutput:outb output bufferAuthor: Tong Chen
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?