1 #ifndef SIMAGE_PRIVATE_H 2 #define SIMAGE_PRIVATE_H 27 void * (*open_func)(
const char * filename,
28 int * w,
int * h,
int * nc);
int(* read_line_func)(void *opendata, int y, unsigned char *buf)
Definition: simage_private.h:29
s_params * s_movie_params(s_movie *movie)
Definition: movie.c:190
int(* next_line_func)(void *opendata, unsigned char *buf)
Definition: simage_private.h:30
void * opendata
Definition: simage_private.h:42
unsigned char * data
Definition: simage_private.h:40
char * openfilename
Definition: simage_private.h:44
void s_stream_context_set(s_stream *stream, void *context)
Definition: stream.c:219
Definition: simage_private.h:34
struct simage_open_funcs openfuncs
Definition: simage_private.h:45
int width
Definition: simage_private.h:35
int didalloc
Definition: simage_private.h:38
Definition: simage_private.h:26
Windows specific information.
void(* close_func)(void *opendata)
Definition: simage_private.h:31
int height
Definition: simage_private.h:36
void * s_stream_context_get(s_stream *stream)
Definition: stream.c:213
int components
Definition: simage_private.h:37
int oktoreadall
Definition: simage_private.h:43
int order
Definition: simage_private.h:39