commit | 11374d2a7dd312e61610d19bd25043a6af46ac7e | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri May 25 22:33:35 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri May 25 22:33:35 2012 -0400 |
tree | 228f956c7dbfeebbc57cddb3ca553c50c1072893 | |
parent | 2255eb08164b99605dc4ae126d7545106f66f37b [diff] [blame] |
wcap: Space out frames according to timestamps
diff --git a/wcap/wcap-decode.h b/wcap/wcap-decode.h index 8cf45d3..d630415 100644 --- a/wcap/wcap-decode.h +++ b/wcap/wcap-decode.h
@@ -51,6 +51,8 @@ void *map, *p, *end; uint32_t *frame; uint32_t format; + uint32_t msecs; + uint32_t count; int width, height; };