[vlc-devel] commit: Stop crashing at video init. Closes: #3074 ( Marian Ďurkovič )
git version control
git at videolan.org
Wed Sep 23 10:41:16 CEST 2009
vlc | branch: 1.0-bugfix | Marian Ďurkovič <md at bts.sk> | Mon Sep 21 20:31:40 2009 +0200| [5e29e04636d048e82aa5dab9c54e214981b4a97a] | committer: Marian Ďurkovič
Stop crashing at video init. Closes: #3074
(backport of 9cc428cba557433dba8a9b472b939f62259ea2f7)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e29e04636d048e82aa5dab9c54e214981b4a97a
---
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 d352fae..c9af6ef 100644
--- a/modules/gui/qt4/main_interface.hpp
+++ b/modules/gui/qt4/main_interface.hpp
@@ -180,7 +180,7 @@ private slots:
void showCryptedLabel( bool );
signals:
void askGetVideo( WId *p_id, vout_thread_t *, 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 askUpdate();
More information about the vlc-devel
mailing list