summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmd_cache_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/rmd_cache_frame.c')
-rw-r--r--recordmydesktop/src/rmd_cache_frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/recordmydesktop/src/rmd_cache_frame.c b/recordmydesktop/src/rmd_cache_frame.c
index 0747f7d..8173080 100644
--- a/recordmydesktop/src/rmd_cache_frame.c
+++ b/recordmydesktop/src/rmd_cache_frame.c
@@ -50,7 +50,7 @@ static int rmdFlushBlock(
int width,
int height,
int blockwidth,
- gzFile *fp,
+ gzFile fp,
FILE *ucfp,
int flush) {
@@ -89,7 +89,7 @@ static int rmdFlushBlock(
void *rmdCacheImageBuffer(ProgData *pdata) {
- gzFile *fp=NULL;
+ gzFile fp=NULL;
FILE *ucfp=NULL;
int index_entry_size=sizeof(u_int32_t),
blocknum_x=pdata->enc_data->yuv.y_width/Y_UNIT_WIDTH,
© All Rights Reserved