mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
8 lines
271 B
C
8 lines
271 B
C
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
unsigned int Initial_Decoder();
|
|
int Decoding_Image(unsigned char* img_buffer, int width, int height);
|
|
unsigned int GetResultLength();
|
|
int GetDecoderResult(unsigned char * result);
|
|
void Set_Donfig_Decoder(int type, int tag); |