summaryrefslogtreecommitdiff
path: root/recordmydesktop/include
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r--recordmydesktop/include/recordmydesktop.h2
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;
© All Rights Reserved