From ddf178ed4cc5944637c876a85b4353427c62ad96 Mon Sep 17 00:00:00 2001 From: biocrasher Date: Sun, 16 Jul 2006 03:51:19 +0000 Subject: moved avd global into pdata struct git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@15 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/include/recordmydesktop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recordmydesktop/include') 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*/ -- cgit v1.2.1