Commit 598f6f08 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

The last vlc_reduce that was left

parent 9d31c406
......@@ -176,8 +176,8 @@ static int Open( vlc_object_t *p_this )
*psz_parser++ = '\0';
p_sys->i_sar_num = atoi( val.psz_string );
p_sys->i_sar_den = atoi( psz_parser );
vlc_reduce( &p_sys->i_sar_num, &p_sys->i_sar_den,
p_sys->i_sar_num, p_sys->i_sar_den, 0 );
vlc_ureduce( &p_sys->i_sar_num, &p_sys->i_sar_den,
p_sys->i_sar_num, p_sys->i_sar_den, 0 );
}
else
{
......
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