From 32fe79b9ee88c8f91fefc1a2db55e86a81e8245c Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 23 Apr 2019 12:24:55 +0200 Subject: Cleanup: Fix comment for ImBuf->encodedbuffer --- source/blender/imbuf/IMB_imbuf_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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; -- cgit v1.2.3