commit | a93e65e5c65d9a5fcf4b9b34e8593537b46c5e29 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Tue Jan 24 10:58:48 2017 -0800 |
committer | Yaowu Xu <yaowu@google.com> | Tue Jan 24 20:35:31 2017 +0000 |
tree | 0457cdd3f3a3097d3c4f1c3a5eba282434263169 | |
parent | c71d6130974120d295ba1841056e8585302a16bc [diff] [blame] |
Fix a couple of typos Change-Id: Ibec40c3cd8e14343b096e406ba233cf4f131e7b9
diff --git a/av1/common/blockd.h b/av1/common/blockd.h index 9b800a4..29dcd50 100644 --- a/av1/common/blockd.h +++ b/av1/common/blockd.h
@@ -62,8 +62,8 @@ #define MAX_SEG_MASK_BITS 1 // SEG_MASK_TYPES should not surpass 1 << MAX_SEG_MASK_BITS typedef enum { - DIFFWTD_45 = 0, - DIFFWTD_45_INV, + DIFFWTD_42 = 0, + DIFFWTD_42_INV, SEG_MASK_TYPES, } SEG_MASK_TYPE;