Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230509 | Differences between
and this patch

Collapse All | Expand All

(-)libogmrip/ogmrip-video-codec.c.orig (-2 / +2 lines)
Lines 572-579 Link Here
572
  {
572
  {
573
    guint scale_width, scale_height;
573
    guint scale_width, scale_height;
574
574
575
    ogmrip_video_codec_get_scale_size (video, &scale_width, &scale_height);
575
    if (ogmrip_video_codec_get_scale_size (video, &scale_width, &scale_height) &&
576
    if (scale_width > max_width || scale_height > max_height)
576
        (scale_width > max_width || scale_height > max_height))
577
    {
577
    {
578
      gdouble ratio = scale_width / (gdouble) scale_height;
578
      gdouble ratio = scale_width / (gdouble) scale_height;
579
579

Return to bug 230509