Cleanup: Fix comment for ImBuf->encodedbuffer

This commit is contained in:
Jacques Lucke 2019-04-23 12:24:55 +02:00
parent ee701baff8
commit 32fe79b9ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;