Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 160278 Details for
Bug 230509
media-video/ogmrip-0.12.0 turns warnings into errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ogmrip-0.12.0-uninitialized.patch
ogmrip-0.12.0-uninitialized.patch (text/plain), 570 bytes, created by
Olivier Rolland
on 2008-07-13 19:53:08 UTC
(
hide
)
Description:
ogmrip-0.12.0-uninitialized.patch
Filename:
MIME Type:
Creator:
Olivier Rolland
Created:
2008-07-13 19:53:08 UTC
Size:
570 bytes
patch
obsolete
>--- libogmrip/ogmrip-video-codec.c.orig 2008-07-13 21:47:28.000000000 +0200 >+++ libogmrip/ogmrip-video-codec.c 2008-07-13 21:48:06.000000000 +0200 >@@ -572,8 +572,8 @@ > { > guint scale_width, scale_height; > >- ogmrip_video_codec_get_scale_size (video, &scale_width, &scale_height); >- if (scale_width > max_width || scale_height > max_height) >+ if (ogmrip_video_codec_get_scale_size (video, &scale_width, &scale_height) && >+ (scale_width > max_width || scale_height > max_height)) > { > gdouble ratio = scale_width / (gdouble) scale_height; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230509
:
159311
|
159313
|
159731
|
159762
|
159841
|
159842
|
160278
|
160280
|
160288
|
160372
|
160374
|
164079
|
164080