commit | 2255eb08164b99605dc4ae126d7545106f66f37b | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri May 25 21:51:25 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri May 25 21:51:25 2012 -0400 |
tree | 50dcd88862c11c423ceba08ff929fea508772157 | |
parent | b2aa91c1645c6041056da6fe10a992132bff7b15 [diff] [blame] |
wcap: Support the other pixel format we may write
diff --git a/wcap/wcap-decode.h b/wcap/wcap-decode.h index 598e490..8cf45d3 100644 --- a/wcap/wcap-decode.h +++ b/wcap/wcap-decode.h
@@ -50,6 +50,7 @@ size_t size; void *map, *p, *end; uint32_t *frame; + uint32_t format; int width, height; };