diff options
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/image.hh b/src/image.hh index fde51838..8ed8b081 100644 --- a/src/image.hh +++ b/src/image.hh @@ -39,14 +39,14 @@ struct _DilloImage { uint_t height; const uchar_t *cmap; /* Color map (only for indexed) */ - DilloImgType in_type; /* Image Type */ + DilloImgType in_type; /* Image Type */ int32_t bg_color; /* Background color */ - int ProcessedBytes; /* Amount of bytes already decoded */ - bitvec_t *BitVec; /* Bit vector for decoded rows */ - ImageState State; + int ProcessedBytes; /* Amount of bytes already decoded */ + bitvec_t *BitVec; /* Bit vector for decoded rows */ + ImageState State; /* Processing status */ - int RefCount; /* Reference counter */ + int RefCount; /* Reference counter */ }; |