Commit af9789b6 authored by Rafaël Carré's avatar Rafaël Carré

Fix trax issue 3 on win32, patch by Hannes Domani

parent 69518c73
...@@ -443,7 +443,7 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x, ...@@ -443,7 +443,7 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x,
// videoWidget->widgetSize = bgWidget->widgeTSize; // videoWidget->widgetSize = bgWidget->widgeTSize;
videoWidget->widgetSize = QSize( *pi_width, *pi_height ); videoWidget->widgetSize = QSize( *pi_width, *pi_height );
} }
// videoWidget->updateGeometry(); /// FIXME: Needed ? videoWidget->updateGeometry(); // Needed for deinterlace
need_components_update = true; need_components_update = true;
} }
return ret; return ret;
......
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