git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Snapshot module (dummy video output module keeping a configurable image cache).
[vlc.git]
/
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;