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