Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 429534 Details for
Bug 578892
media-video/transcode-1.1.7-r3 - segfault when ripping video dvd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix problem
transcode-1.1.7-r3.patch (text/plain), 753 bytes, created by
Paul Jewell
on 2016-04-03 06:52:18 UTC
(
hide
)
Description:
Patch to fix problem
Filename:
MIME Type:
Creator:
Paul Jewell
Created:
2016-04-03 06:52:18 UTC
Size:
753 bytes
patch
obsolete
>diff --git a/export/export_ffmpeg.c b/export/export_ffmpeg.c >index be252d4..effae13 100644 >--- a/export/export_ffmpeg.c >+++ b/export/export_ffmpeg.c >@@ -851,7 +851,7 @@ MOD_init > lavc_venc_context->rc_qsquish = lavc_param_rc_qsquish; > lavc_venc_context->rc_qmod_amp = lavc_param_rc_qmod_amp; > lavc_venc_context->rc_qmod_freq = lavc_param_rc_qmod_freq; >- lavc_venc_context->rc_eq = lavc_param_rc_eq; >+ lavc_venc_context->rc_eq = av_strdup(lavc_param_rc_eq); > lavc_venc_context->rc_max_rate = lavc_param_rc_max_rate * 1000; > lavc_venc_context->rc_min_rate = lavc_param_rc_min_rate * 1000; > lavc_venc_context->rc_buffer_size = lavc_param_rc_buffer_size * 1024;
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 578892
: 429534