Commit 2c828bcf authored by Antoine Cellerier's avatar Antoine Cellerier

Fix comment.

parent 27e278ee
......@@ -153,7 +153,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
for( ; (ptrdiff_t)p_in64 < (ptrdiff_t)p_line_end ; )
{
/* Do 64 pixels at a time */
/* Do 8 pixels at a time */
*p_out64++ = ~*p_in64++; *p_out64++ = ~*p_in64++;
*p_out64++ = ~*p_in64++; *p_out64++ = ~*p_in64++;
*p_out64++ = ~*p_in64++; *p_out64++ = ~*p_in64++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment