Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 150737 Details for
Bug 219063
media-video/y4mscaler-9.0-r1 (Update to compile with mjpegtools-1.9.0_rc3)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/y4mscaler-mjpeg-1.9.patch
y4mscaler-mjpeg-1.9.patch (text/plain), 790 bytes, created by
Michael Mauch
on 2008-04-23 19:23:25 UTC
(
hide
)
Description:
files/y4mscaler-mjpeg-1.9.patch
Filename:
MIME Type:
Creator:
Michael Mauch
Created:
2008-04-23 19:23:25 UTC
Size:
790 bytes
patch
obsolete
>--- old/y4mscaler.C 2005-12-11 21:27:03.000000000 +0100 >+++ y4mscaler.C 2008-04-23 20:46:29.318734652 +0200 >@@ -194,7 +194,7 @@ > if (source.read_stream_header(fd_in) != Y4M_OK) > mjpeg_error_exit1("Failed to read YUV4MPEG2 header!"); > mjpeg_info("Input Stream Header:"); >- source.stream().log_info(LOG_INFO, "<<< "); >+ source.stream().log_info(mjpeg_loglev_t("info"), "<<< "); > > /* set target stream defaults from source stream */ > target.init_stream(source); >@@ -216,7 +216,7 @@ > /* set up target stream */ > target.stream().write_stream_header(fd_out); > mjpeg_info("Output Stream Header:"); >- target.stream().log_info(LOG_INFO, ">>> "); >+ target.stream().log_info(mjpeg_loglev_t("info"), ">>> "); > > /* do some scaling */ > scaling.create_scalers(source, target);
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 219063
:
150736
| 150737