--- margi2/cardbase.h 2001/03/14 01:43:11 1.7 +++ margi2/cardbase.h 2001/03/15 15:58:16 1.8 @@ -307,6 +307,7 @@ struct cvdv_cards { ringbuffy rbuf; int use_ring; + int nonblock; // struct video_device video; u8 *addr; unsigned int size; @@ -377,12 +378,13 @@ struct cvdv_cards { int navitail; int intdecodestatus; int showvideo; - int slowdown; - int lastslow; - int videosteps; int videodelay; - int videorip; + int videodelay_last; + int videoskip; int videosync; + int videoslow; + int videoslow_last; + u8 videoffwd; PTSStorage VideoPTSStore; PTSStorage AudioPTSStore; u32 LastAddr;