[Bf-blender-cvs] [32fe79b9ee8] master: Cleanup: Fix comment for ImBuf->encodedbuffer

Jacques Lucke noreply at git.blender.org
Tue Apr 23 12:28:11 CEST 2019


Commit: 32fe79b9ee88c8f91fefc1a2db55e86a81e8245c
Author: Jacques Lucke
Date:   Tue Apr 23 12:24:55 2019 +0200
Branches: master
https://developer.blender.org/rB32fe79b9ee88c8f91fefc1a2db55e86a81e8245c

Cleanup: Fix comment for ImBuf->encodedbuffer

===================================================================

M	source/blender/imbuf/IMB_imbuf_types.h

===================================================================

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;



More information about the Bf-blender-cvs mailing list