multi idat write support

This commit is contained in:
Pin
2021-10-24 22:50:42 -04:00
parent 83dda0ef00
commit dff9e4aea8
2 changed files with 102 additions and 57 deletions

View File

@@ -34,7 +34,7 @@ struct PNG_FILE_STRUCT {
};
struct EMBED_THREAD_STRUCT {
pthread_mutex_t *mutex_lock;
pthread_mutex_t mutex_lock;
pthread_t thread_id;
int *searching;
unsigned char *data;