Fix compile problem in VS
Change-Id: Ibe9908fac4920686eaee6e7b261e0ce29241cf4c
diff --git a/av1/common/cdef.c b/av1/common/cdef.c
index 8417fea..b1000f7 100644
--- a/av1/common/cdef.c
+++ b/av1/common/cdef.c
@@ -394,15 +394,13 @@
if (cm->use_highbitdepth) {
cdef_filter_fb(
#if CONFIG_CDEF_SINGLEPASS
- NULL,
- &CONVERT_TO_SHORTPTR(
+ NULL, &CONVERT_TO_SHORTPTR(xd->plane[pli].dst.buf)
#else
- (uint8_t *)&CONVERT_TO_SHORTPTR(
+ (uint8_t *)&CONVERT_TO_SHORTPTR(xd->plane[pli].dst.buf)
#endif
- xd->plane[pli]
- .dst.buf)[xd->plane[pli].dst.stride *
- (MI_SIZE_64X64 * fbr << mi_high_l2[pli]) +
- (fbc * MI_SIZE_64X64 << mi_wide_l2[pli])],
+ [xd->plane[pli].dst.stride *
+ (MI_SIZE_64X64 * fbr << mi_high_l2[pli]) +
+ (fbc * MI_SIZE_64X64 << mi_wide_l2[pli])],
#if CONFIG_CDEF_SINGLEPASS
xd->plane[pli].dst.stride,
#else