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

tabs => spaces

parent efeb7db7
...@@ -906,17 +906,17 @@ static picture_t *vout_new_buffer( decoder_t *p_dec ) ...@@ -906,17 +906,17 @@ static picture_t *vout_new_buffer( decoder_t *p_dec )
vlc_reduce( &p_dec->fmt_out.video.i_sar_num, vlc_reduce( &p_dec->fmt_out.video.i_sar_num,
&p_dec->fmt_out.video.i_sar_den, &p_dec->fmt_out.video.i_sar_den,
p_dec->fmt_out.video.i_sar_num, p_dec->fmt_out.video.i_sar_num,
p_dec->fmt_out.video.i_sar_den, 0 ); p_dec->fmt_out.video.i_sar_den, 0 );
if( !p_dec->fmt_out.video.i_visible_width || if( !p_dec->fmt_out.video.i_visible_width ||
!p_dec->fmt_out.video.i_visible_height ) !p_dec->fmt_out.video.i_visible_height )
{ {
p_dec->fmt_out.video.i_visible_width = p_dec->fmt_out.video.i_visible_width =
p_dec->fmt_out.video.i_width; p_dec->fmt_out.video.i_width;
p_dec->fmt_out.video.i_visible_height = p_dec->fmt_out.video.i_visible_height =
p_dec->fmt_out.video.i_height; p_dec->fmt_out.video.i_height;
} }
p_dec->fmt_out.video.i_chroma = p_dec->fmt_out.i_codec; p_dec->fmt_out.video.i_chroma = p_dec->fmt_out.i_codec;
p_sys->video = p_dec->fmt_out.video; p_sys->video = p_dec->fmt_out.video;
......
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