Commit bf6e5c38 authored by Laurent Aimar's avatar Laurent Aimar

Fixed a typo.

parent ba939b2d
...@@ -463,7 +463,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic ) ...@@ -463,7 +463,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
} }
else else
{ {
Convert( p_sys->ctx, p_pic_dst, p_pic, p_fmti, 3, 1 ); Convert( p_sys->ctxA, p_pic_dst, p_pic, p_fmti, 3, 1 );
} }
} }
......
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