Commit 72e09432 authored by Christophe Massiot's avatar Christophe Massiot

* modules/stream_out/mosaic_bridge.c: Fixed BeOS build.

parent d92c8287
...@@ -527,10 +527,10 @@ static picture_t *video_new_buffer( decoder_t *p_dec ) ...@@ -527,10 +527,10 @@ static picture_t *video_new_buffer( decoder_t *p_dec )
p_dec->fmt_out.video.i_width; p_dec->fmt_out.video.i_width;
} }
vlc_reduce( &p_dec->fmt_out.video.i_sar_num, vlc_ureduce( &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 )
......
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