Commit 3fea2a27 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove excess/trailing whitespace

parent c2915c44
......@@ -687,7 +687,6 @@ static int Manage( vout_thread_t *p_vout )
p_vout->i_changes = VOUT_CROP_CHANGE; //to force change
p_sys->p_vout->i_alignment = p_vout->i_alignment;
}
return i_ret;
}
......
......@@ -1519,7 +1519,7 @@ static int ManageVideo( vout_thread_t *p_vout )
#ifdef MODULE_NAME_IS_xvmc
xvmc_context_reader_unlock( &p_vout->p_sys->xvmc_lock );
#endif
#ifdef HAVE_OSSO
if ( p_vout->p_sys->p_octx != NULL ) {
if ( p_vout->p_sys->i_backlight_on_counter == i_backlight_on_interval ) {
......@@ -1534,7 +1534,7 @@ static int ManageVideo( vout_thread_t *p_vout )
}
}
#endif
vlc_mutex_unlock( &p_vout->p_sys->lock );
return 0;
}
......
......@@ -194,7 +194,6 @@ vout_thread_t *__vout_Request( vlc_object_t *p_this, vout_thread_t *p_vout,
if( ( p_vout->fmt_render.i_width != p_fmt->i_width ) ||
( p_vout->fmt_render.i_height != p_fmt->i_height ) ||
( p_vout->fmt_render.i_aspect != p_fmt->i_aspect ) ||
p_vout->b_filter_change )
{
......
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