Explorar el Código

fix:camera video不显示图像

alienwalker hace 3 años
padre
commit
1e8d5584fa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      application/src/luat_camera_air105.c

+ 2 - 2
application/src/luat_camera_air105.c

@@ -435,8 +435,8 @@ static int luat_camera_video_zip(void *data ,void *param)
     }
 
 
-    strm.zalloc = luat_zip_zalloc;
-    strm.zfree = luat_zip_free;
+    strm.zalloc = NULL;
+    strm.zfree = NULL;
 
     ret = deflateInit2_(&strm, 1, Z_DEFLATED, 12, 6,
     		Z_DEFAULT_STRATEGY, ZLIB_VERSION, (int)sizeof(z_stream));