sonix_compress.h

来自「sonic_snap是linux下的看webcam图像的软件」· C头文件 代码 · 共 10 行

H
10
字号
/* call this function first (just once is needed), before calling sonix_decompress */void sonix_decompress_init(void);/* decompresses data at inp until a full image of widthxheight has been written to outp */int sonix_decompress(int width, int height, unsigned char *inp, unsigned char *outp);/* counter to detect presence of currently unknown huffman codes */extern int sonix_unknown;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?