[vlc-devel] commit: Fixed window position for clone. (Laurent Aimar )

git version control git at videolan.org
Tue Jun 9 20:00:28 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Jun  8 22:35:06 2009 +0200| [ef8b5bf378c57691aa486bc0a3a6a6b3289156a0] | committer: Laurent Aimar 

Fixed window position for clone.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef8b5bf378c57691aa486bc0a3a6a6b3289156a0
---

 modules/video_filter/clone.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_filter/clone.c b/modules/video_filter/clone.c
index a96169b..e1798c7 100644
--- a/modules/video_filter/clone.c
+++ b/modules/video_filter/clone.c
@@ -143,8 +143,8 @@ static int Open( vlc_object_t *p_this )
     {
         video_splitter_output_t *p_cfg = &p_splitter->p_output[i];
         video_format_Copy( &p_cfg->fmt, &p_splitter->fmt );
-        p_cfg->window.i_x = -1;
-        p_cfg->window.i_y = -1;
+        p_cfg->window.i_x = 0;
+        p_cfg->window.i_y = 0;
         p_cfg->window.i_align = 0;
     }
 




More information about the vlc-devel mailing list