Commit 78f088c0 authored by Jean-Paul Saman's avatar Jean-Paul Saman

fix indentation

parent ae62adc7
...@@ -194,7 +194,7 @@ vout_thread_t *__vout_Request( vlc_object_t *p_this, vout_thread_t *p_vout, ...@@ -194,7 +194,7 @@ 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 ) || 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_height != p_fmt->i_height ) ||
( p_vout->fmt_render.i_chroma != p_fmt->i_chroma ) ||
( p_vout->fmt_render.i_aspect != p_fmt->i_aspect ) || ( p_vout->fmt_render.i_aspect != p_fmt->i_aspect ) ||
p_vout->b_filter_change ) p_vout->b_filter_change )
{ {
...@@ -1699,3 +1699,4 @@ static void DisplayTitleOnOSD( vout_thread_t *p_vout ) ...@@ -1699,3 +1699,4 @@ static void DisplayTitleOnOSD( vout_thread_t *p_vout )
free( psz_nowplaying ); free( psz_nowplaying );
} }
} }
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