瀏覽代碼

image-source: Increase slideshow limit to 400MB

Increases the image slideshow size limit -- this is a temporary solution
until a newer revision of the image slideshow can be written.
jp9000 5 年之前
父節點
當前提交
61fd81f7b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/image-source/obs-slideshow.c

+ 1 - 1
plugins/image-source/obs-slideshow.c

@@ -64,7 +64,7 @@
 extern uint64_t image_source_get_memory_usage(void *data);
 
 #define BYTES_TO_MBYTES (1024 * 1024)
-#define MAX_MEM_USAGE (250 * BYTES_TO_MBYTES)
+#define MAX_MEM_USAGE (400 * BYTES_TO_MBYTES)
 
 struct image_file_data {
 	char *path;