00001 typedef struct snapshot_t { 00002 char *p_data; /* Data area */ 00003 00004 int i_width; /* In pixels */ 00005 int i_height; /* In pixels */ 00006 int i_datasize; /* In bytes */ 00007 mtime_t date; /* Presentation time */ 00008 } snapshot_t;
1.4.2