Commit 4449fe0e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

And forgot the other file... Sorry.

parent 0d92657d
...@@ -106,7 +106,7 @@ void VideoWidget::SetSizing( unsigned int w, unsigned int h ) ...@@ -106,7 +106,7 @@ void VideoWidget::SetSizing( unsigned int w, unsigned int h )
resize( w, h ); resize( w, h );
//updateGeometry(); // Needed for deinterlace //updateGeometry(); // Needed for deinterlace
msg_Dbg( p_intf, "%i %i", sizeHint().height(), sizeHint().width() ); msg_Dbg( p_intf, "%i %i", sizeHint().height(), sizeHint().width() );
emit askResize(); //emit askResize();
} }
void VideoWidget::release( void *p_win ) void VideoWidget::release( void *p_win )
......
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