Skip to content
Snippets Groups Projects
Commit 85187243 authored by Nathan Egge's avatar Nathan Egge Committed by Nathan Egge
Browse files

Fix compiler warning in od_dering.c.

Change-Id: I4616af430ebbe43ced6f91ccf67a4fc0f40ba3bf
parent 485d6a69
No related branches found
No related tags found
No related merge requests found
......@@ -313,6 +313,7 @@ void od_dering(const od_dering_opt_vtbl *vtbl, int16_t *y, int ystride,
}
}
#else
(void)overlap;
skip = bskip[by*skip_stride + bx];
#endif
if (skip) thresh[by][bx] = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment