shithub: dav1d

Download patch

ref: 64207f0711f7c017b20c7d1d13b78d99e4a0b236
parent: 515f5af5a0a161984941c6626c06b345e47a1da4
author: Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
date: Wed Jan 16 06:36:28 EST 2019

looprestoration: fix macro undef in C code

--- a/src/looprestoration_tmpl.c
+++ b/src/looprestoration_tmpl.c
@@ -508,7 +508,7 @@
             A += REST_UNIT_STRIDE;
         }
     }
-#undef NINE_NEIGHBORS
+#undef EIGHT_NEIGHBORS
 }
 
 static void selfguided_c(pixel *p, const ptrdiff_t p_stride,