From a9d2aafd2c5e9a2c78315ec8bd8f8af6c4db726a Mon Sep 17 00:00:00 2001 From: iovar Date: Sun, 8 Jul 2007 15:15:58 +0000 Subject: recordmydesktop.h: added global cache block arrays git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@363 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/include/recordmydesktop.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'recordmydesktop') diff --git a/recordmydesktop/include/recordmydesktop.h b/recordmydesktop/include/recordmydesktop.h index ae17db4..0064fd7 100644 --- a/recordmydesktop/include/recordmydesktop.h +++ b/recordmydesktop/include/recordmydesktop.h @@ -32,7 +32,16 @@ #include #endif +//header inclusion is completely fucked up +//I'll fix it, I promise #include "rmdtypes.h" + +//These are the cache blocks. They need to be accesible in the +//dbuf macros +u_int32_t *yblocks, + *ublocks, + *vblocks; + #include "rmdmacro.h" #include "rmdfunc.h" @@ -51,6 +60,9 @@ unsigned char Yr[256],Yg[256],Yb[256], //but they might be usefull later for profiling unsigned int frames_total, //frames calculated by total time expirations frames_lost; //the value of shame + + + //used to determine frame drop which can //happen on failure to receive a signal over a condition variable int capture_busy, -- cgit v1.2.3