]> git.sesse.net Git - vlc/commitdiff
Swap comments.
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 7 Jan 2008 20:37:01 +0000 (20:37 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 7 Jan 2008 20:37:01 +0000 (20:37 +0000)
modules/video_filter/marq.c

index 3f3efd7a32d14498ba74c85530b910f2c7cc6d7c..bd3c72bf1c4adc114d3b9a0df19bd75cbf860895 100644 (file)
@@ -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;
     }