Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <mail@jlucke.com>2019-04-23 13:24:55 +0300
committerJacques Lucke <mail@jlucke.com>2019-04-23 13:27:55 +0300
commit32fe79b9ee88c8f91fefc1a2db55e86a81e8245c (patch)
treea085b5d4dbef4a808afb373d75ff093c0499cecf /source/blender/imbuf/IMB_imbuf_types.h
parentee701baff8caf6d184fa245e170c1e67981e2608 (diff)
Cleanup: Fix comment for ImBuf->encodedbuffer
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf_types.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h
index d6bebe197c4..0f2529e261a 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -223,7 +223,7 @@ typedef struct ImBuf {
int refcounter;
/* some parameters to pass along for packing images */
- /** Compressed image only used with png currently */
+ /** Compressed image only used with png and exr currently */
unsigned char *encodedbuffer;
/** Size of data written to encodedbuffer */
unsigned int encodedsize;