diff options
-rw-r--r-- | image/codecs/codec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/image/codecs/codec.h b/image/codecs/codec.h index ad7e43783c..8845754d52 100644 --- a/image/codecs/codec.h +++ b/image/codecs/codec.h @@ -62,6 +62,9 @@ public: * A type of dithering. */ enum DitherType { + /** Unknown */ + kDitherTypeUnknown, + /** Video for Windows dithering */ kDitherTypeVFW, |