Commit 2869c473 authored by Erwan Tulou's avatar Erwan Tulou

skins2: forgotten initialization (can lead to crashes when no video controls is available)

parent 7d062efe
...@@ -35,7 +35,7 @@ VoutWindow::VoutWindow( intf_thread_t *pIntf, vout_thread_t* pVout, ...@@ -35,7 +35,7 @@ VoutWindow::VoutWindow( intf_thread_t *pIntf, vout_thread_t* pVout,
int width, int height, GenericWindow* pParent ) : int width, int height, GenericWindow* pParent ) :
GenericWindow( pIntf, 0, 0, false, false, pParent ), GenericWindow( pIntf, 0, 0, false, false, pParent ),
m_pVout( pVout ), original_width( width ), original_height( height ), 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 // counter for debug
count++; 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