Commit d20a2464 authored by Antoine Cellerier's avatar Antoine Cellerier

Ooops (?)

parent d3ce31e0
......@@ -418,7 +418,7 @@ static void FilterGradient( filter_t *p_filter, picture_t *p_inpic,
else
{
FOR
p_outpix[y*i_dst_pitch+x] = clip_uint8( a );
p_outpix[y*i_dst_pitch+x] = clip_uint8_vlc( a );
}}
}
}
......
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