Commit c5a60efd authored by Pierre Ynard's avatar Pierre Ynard

Build fix

parent 9ba50800
......@@ -1024,7 +1024,7 @@ static int Open ( vlc_object_t *p_this )
unsigned int i_dst_num, i_dst_den;
vlc_ureduce( &i_dst_num, &i_dst_den,
p_enc->fmt_in.video.i_sar_num,
p_enc->fmt_in.video.i_sar_den );
p_enc->fmt_in.video.i_sar_den, 0 );
p_sys->param.vui.i_sar_width = i_dst_num;
p_sys->param.vui.i_sar_height = i_dst_den;
}
......
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