summaryrefslogtreecommitdiff
path: root/wcap/wcap-decode.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-05-25 21:51:25 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-05-25 21:51:25 -0400
commit2255eb08164b99605dc4ae126d7545106f66f37b (patch)
tree50dcd88862c11c423ceba08ff929fea508772157 /wcap/wcap-decode.h
parentb2aa91c1645c6041056da6fe10a992132bff7b15 (diff)
downloadweston-2255eb08164b99605dc4ae126d7545106f66f37b.tar.gz
weston-2255eb08164b99605dc4ae126d7545106f66f37b.tar.bz2
weston-2255eb08164b99605dc4ae126d7545106f66f37b.zip
wcap: Support the other pixel format we may write
Diffstat (limited to 'wcap/wcap-decode.h')
-rw-r--r--wcap/wcap-decode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcap/wcap-decode.h b/wcap/wcap-decode.h
index 598e490c..8cf45d38 100644
--- a/wcap/wcap-decode.h
+++ b/wcap/wcap-decode.h
@@ -50,6 +50,7 @@ struct wcap_decoder {
size_t size;
void *map, *p, *end;
uint32_t *frame;
+ uint32_t format;
int width, height;
};