summaryrefslogtreecommitdiff
path: root/recordmydesktop/include/recordmydesktop.h
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-04-14 01:15:06 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-04-14 01:15:06 +0000
commit09972c64255c1831e7152f9d39cff70867b9134a (patch)
treecb06f7d88719e073305e31d9c2b0580dccc2d18e /recordmydesktop/include/recordmydesktop.h
parentd7cfd3e7219b3841ac69fd3298cf24190831329f (diff)
well... it only took me a few months to notice that the Ub and Vr components
are the same and don't need to be held on separate arrays... (replaced them with on UbVr array) git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@304 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include/recordmydesktop.h')
-rw-r--r--recordmydesktop/include/recordmydesktop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recordmydesktop/include/recordmydesktop.h b/recordmydesktop/include/recordmydesktop.h
index bd6e974..358965d 100644
--- a/recordmydesktop/include/recordmydesktop.h
+++ b/recordmydesktop/include/recordmydesktop.h
@@ -45,8 +45,8 @@ int Paused,*Running,Aborted;
pthread_cond_t *time_cond,*pause_cond;
pthread_mutex_t pause_mutex,time_mutex;
unsigned char Yr[256],Yg[256],Yb[256],
- Ur[256],Ug[256],Ub[256],
- Vr[256],Vg[256],Vb[256];
+ Ur[256],Ug[256],UbVr[256],
+ Vg[256],Vb[256];
//the following values are of no effect
//but they might be usefull later for profiling
unsigned int frames_total, //frames calculated by total time expirations
© All Rights Reserved