diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-09 15:17:43 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-09 15:17:43 +0000 |
commit | b89af75ae20823839a343b1d877fba7d9d76b640 (patch) | |
tree | a58dbb06aacefba2d6da8cbfed7a8f15fa4897ca /recordmydesktop/include | |
parent | 7eaf09aa2eb9d4a4aba31a192d38476ea578b00d (diff) |
Writting and reading cache, is changed to happen through
normal fwrites-freads, when zero compression is selected as
an option
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@159 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r-- | recordmydesktop/include/recordmydesktop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recordmydesktop/include/recordmydesktop.h b/recordmydesktop/include/recordmydesktop.h index 4c3ad18..5f2a1f0 100644 --- a/recordmydesktop/include/recordmydesktop.h +++ b/recordmydesktop/include/recordmydesktop.h @@ -207,6 +207,8 @@ typedef struct _CacheData{ *audiodata; //workdir+projname+audio.pcm gzFile *ifp; //image data file pointer + FILE *uncifp; //uncompressed image data file pointer + FILE *afp; //audio data file pointer }CacheData; |