aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--image/codecs/codec.h3
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,