Commit c5876e09 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Merge branch '1.0-bugfix' of git@git.videolan.org:vlc into 1.0-bugfix

parents a2753703 2869c473
......@@ -35,7 +35,7 @@ VoutWindow::VoutWindow( intf_thread_t *pIntf, vout_thread_t* pVout,
int width, int height, GenericWindow* pParent ) :
GenericWindow( pIntf, 0, 0, false, false, pParent ),
m_pVout( pVout ), original_width( width ), original_height( height ),
m_pParentWindow( pParent ), m_pImage( NULL )
m_pParentWindow( pParent ), m_pCtrlVideo( NULL ), m_pImage( NULL )
{
// counter for debug
count++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment