This commit is contained in:
刘可亮
2024-10-30 16:50:31 +08:00
parent 0ef85b55da
commit 661e71562d
458 changed files with 46555 additions and 12133 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
#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);