]> git.sesse.net Git - vlc/blob - include/snapshot.h
mkv.cpp: try to improve timecode and references handling
[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;