]> git.sesse.net Git - vlc/blob - include/snapshot.h
input: added INPUT_ADD_SLAVE to allow adding a slave input on the fly. (Don't use...
[vlc] / include / snapshot.h
1 typedef struct snapshot_t {
2   char *p_data;  /* Data area */
3
4   int i_width;       /* In pixels */
5   int i_height;      /* In pixels */
6   int i_datasize;    /* In bytes */
7   mtime_t date;      /* Presentation time */
8 } snapshot_t;