diff options
author | biocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-16 03:51:19 +0000 |
---|---|---|
committer | biocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-16 03:51:19 +0000 |
commit | ddf178ed4cc5944637c876a85b4353427c62ad96 (patch) | |
tree | 2153d578b8bd8a6a9af1c6b92cd31453ee441e30 /recordmydesktop/include | |
parent | 8a98bbf655c19998505a55f4b505d5d4c0a3ccda (diff) |
moved avd global into pdata struct
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@15 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r-- | recordmydesktop/include/recordmydesktop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recordmydesktop/include/recordmydesktop.h b/recordmydesktop/include/recordmydesktop.h index 2e8a113..9f1be8d 100644 --- a/recordmydesktop/include/recordmydesktop.h +++ b/recordmydesktop/include/recordmydesktop.h @@ -176,6 +176,7 @@ typedef struct _ProgData{ EncData *enc_data; int hard_pause;//if sound device doesn't support pause //we have to close and reopen + int avd;//syncronization among audio and video unsigned int periodtime, frametime; pthread_mutex_t list_mutex[2],//mutexes for concurrency protection of the lists @@ -195,7 +196,7 @@ typedef struct _ProgData{ int Paused,*Running,Aborted; pthread_cond_t *time_cond,*pause_cond; -int avd; + /**Macros*/ |