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

Revert "* src/video_output/vout_intf.c: small kludge for opengl providers."

This reverts commit 1eefd3dd.
This fixes GLX crashing while requesting an embedded video window.

Conflicts:

	src/video_output/vout_intf.c
parent 5ec8b1c5
......@@ -91,8 +91,6 @@ void *vout_RequestWindow( vout_thread_t *p_vout,
unsigned int *pi_width_hint,
unsigned int *pi_height_hint )
{
/* Small kludge */
if( !var_Type( p_vout, "aspect-ratio" ) ) vout_IntfInit( p_vout );
/* Get requested coordinates */
*pi_x_hint = var_GetInteger( p_vout, "video-x" );
......
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