diff --git a/av1/common/scan.c b/av1/common/scan.c
index 749e93256b55204b94dc68f7f61002fa4b9fd77c..a8491aa8b4fa711c8336d876d7376adda22a12e9 100644
--- a/av1/common/scan.c
+++ b/av1/common/scan.c
@@ -2680,6 +2680,7 @@ DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_8x32[256]) = {
   201, 208, 215, 222, 229, 235, 195, 202, 209, 216, 223, 230, 236, 241, 203,
   210, 217, 224, 231, 237, 242, 246, 211, 218, 225, 232, 238, 243, 247, 250,
   219, 226, 233, 239, 244, 248, 251, 253, 227, 234, 240, 245, 249, 252, 254,
+  255,
 };
 
 DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_32x8[256]) = {