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:
authorCampbell Barton <campbell@blender.org>2022-08-19 06:46:37 +0300
committerCampbell Barton <campbell@blender.org>2022-08-19 06:46:37 +0300
commit2a15040777a04170a00c3591065b8243e40428d5 (patch)
tree88703ecd5d4d2684f265dc1c16e2a26e8497774a /source/blender/imbuf
parent97f9015ed0b1a6a3e6247d5958dd50bbcd21d5ca (diff)
parent529f0427fce2245d60eb885518f055209405b016 (diff)
Merge branch 'blender-v3.3-release'
Diffstat (limited to 'source/blender/imbuf')
-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 5ad226a26f2..45d05e9b856 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -251,7 +251,7 @@ typedef struct ImBuf {
int refcounter;
/* some parameters to pass along for packing images */
- /** Compressed image only used with PNG and EXR currently */
+ /** Compressed image only used with PNG and EXR currently. */
unsigned char *encodedbuffer;
/** Size of data written to `encodedbuffer`. */
unsigned int encodedsize;