Cleanup: Fix comment for ImBuf->encodedbuffer

This commit is contained in:
2019-04-23 12:24:55 +02:00
parent ee701baff8
commit 32fe79b9ee

View File

@@ -223,7 +223,7 @@ typedef struct ImBuf {
int refcounter; int refcounter;
/* some parameters to pass along for packing images */ /* 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; unsigned char *encodedbuffer;
/** Size of data written to encodedbuffer */ /** Size of data written to encodedbuffer */
unsigned int encodedsize; unsigned int encodedsize;