Commit c8445968 authored by Antoine Cellerier's avatar Antoine Cellerier

Swap comments.

parent 34c0fe95
......@@ -299,12 +299,12 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
/* where to locate the string: */
if( p_sys->i_pos < 0 )
{ /* set to one of the 9 relative locations */
{ /* set to an absolute xy */
p_spu->p_region->i_align = OSD_ALIGN_LEFT | OSD_ALIGN_TOP;
p_spu->b_absolute = VLC_TRUE;
}
else
{ /* set to an absolute xy */
{ /* set to one of the 9 relative locations */
p_spu->p_region->i_align = p_sys->i_pos;
p_spu->b_absolute = VLC_FALSE;
}
......
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