bugfix [#23405] PNG Images bigger then 2gig wont load with blender.

all image formats should be able to load files bigger then 2gig (when its supported)
This commit is contained in:
2010-09-15 06:43:36 +00:00
parent 7eb7410002
commit 9234f29e67
24 changed files with 55 additions and 45 deletions

View File

@@ -22,6 +22,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
#include <stddef.h>
#include "IMB_imbuf.h"
#include "IMB_filetype.h"