small round off error caused the display to not visibly change for
every incremental change in the width control.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1734
b64f7644-9d1e-0410-96f1-
a4d463321fa5
gboolean anamorphic = ghb_settings_get_boolean(settings, "anamorphic");
if (anamorphic)
{
+ title->job->modulus = 1;
hb_set_anamorphic_size( title->job, &width, &height, &par_width, &par_height );
if (par_width > par_height)
dstWidth = dstWidth * par_width / par_height;