diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-09-28 09:18:19 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-09-28 09:18:19 +0000 |
commit | 395830a22e96d29a9bdf9001e9147bc25d71fd3f (patch) | |
tree | afaa6ac8c13750d794fc81980dd8350e018170d2 /recordmydesktop/include | |
parent | 1cc2dacb502aec6ca162d7c76619e45067a28e15 (diff) |
frame duplication instead of dropping sound
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@72 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r-- | recordmydesktop/include/recordmydesktop.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recordmydesktop/include/recordmydesktop.h b/recordmydesktop/include/recordmydesktop.h index 78a4b4b..56eed77 100644 --- a/recordmydesktop/include/recordmydesktop.h +++ b/recordmydesktop/include/recordmydesktop.h @@ -238,13 +238,16 @@ pthread_cond_t *time_cond,*pause_cond; unsigned char Yr[256],Yg[256],Yb[256], Ur[256],Ug[256],Ub[256], Vr[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 - frames_lost,//the value of shame - frames_to_add;//number of fake packets to be fed into the ogg stream + 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, encoder_busy; + + /**Macros*/ #define CLIP_EVENT_AREA(e,brwin,wgeom){\ |