git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34c0fe9
)
Swap comments.
author
Antoine Cellerier
<dionoea@videolan.org>
Mon, 7 Jan 2008 20:37:01 +0000
(20:37 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Mon, 7 Jan 2008 20:37:01 +0000
(20:37 +0000)
modules/video_filter/marq.c
patch
|
blob
|
history
diff --git
a/modules/video_filter/marq.c
b/modules/video_filter/marq.c
index
3f3efd7
..
bd3c72b
100644
(file)
--- a/
modules/video_filter/marq.c
+++ b/
modules/video_filter/marq.c
@@
-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;
}