[vlc-devel] commit: Stop crashing at video init. Yes, this closes #3074 ( Marian Ďurkovič )

git version control git at videolan.org
Mon Sep 21 20:32:02 CEST 2009


vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Mon Sep 21 20:31:40 2009 +0200| [9cc428cba557433dba8a9b472b939f62259ea2f7] | committer: Marian Ďurkovič 

Stop crashing at video init. Yes, this closes #3074

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

 modules/gui/qt4/main_interface.hpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/main_interface.hpp b/modules/gui/qt4/main_interface.hpp
index 9520ccc..4020ab6 100644
--- a/modules/gui/qt4/main_interface.hpp
+++ b/modules/gui/qt4/main_interface.hpp
@@ -193,7 +193,7 @@ private slots:
 
 signals:
     void askGetVideo( WId *p_id, int *pi_x, int *pi_y,
-                      unsigned int *pi_width, unsigned int *pi_height );
+                      unsigned *pi_width, unsigned *pi_height );
     void askReleaseVideo( );
     void askVideoToResize( unsigned int, unsigned int );
     void askVideoSetFullScreen( bool );




More information about the vlc-devel mailing list