diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-25 21:51:25 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-25 21:51:25 -0400 |
commit | 2255eb08164b99605dc4ae126d7545106f66f37b (patch) | |
tree | 50dcd88862c11c423ceba08ff929fea508772157 /wcap/wcap-decode.h | |
parent | b2aa91c1645c6041056da6fe10a992132bff7b15 (diff) | |
download | weston-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.h | 1 |
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; }; |