OSDN Git Service

LinGui: improve the precision of the scaling of the preview image for display
[handbrake-jp/handbrake-jp-git.git] / gtk / src / hb-backend.c
index b05c249..c25f028 100644 (file)
@@ -3652,6 +3652,7 @@ ghb_get_preview_image(
        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;