multi idat write support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user