Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 843347 Details for
Bug 794001
media-video/ffmpeg-4.3.2 fails to build with USE=kvazaar
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix ffmpeg compilation with USE=kvazaar
ffmpeg-4.4-kvazaar.patch (text/plain), 477 bytes, created by
Jocelyn Mayer
on 2022-12-18 10:06:36 UTC
(
hide
)
Description:
patch to fix ffmpeg compilation with USE=kvazaar
Filename:
MIME Type:
Creator:
Jocelyn Mayer
Created:
2022-12-18 10:06:36 UTC
Size:
477 bytes
patch
obsolete
>--- ffmpeg-4.4/libavcodec/libkvazaar.c 2021-06-28 09:49:29.702004322 +0200 >+++ ffmpeg-4.4/libavcodec/libkvazaar.c 2021-06-28 09:49:42.887168812 +0200 >@@ -96,7 +96,7 @@ static av_cold int libkvazaar_init(AVCod > cfg->vui.sar_width = avctx->sample_aspect_ratio.num; > cfg->vui.sar_height = avctx->sample_aspect_ratio.den; > if (avctx->bit_rate) { >- cfg->rc_algorithm = KVZ_LAMBDA; >+ cfg->ime_algorithm = KVZ_IME_FULL; > } > > if (ctx->kvz_params) {
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 794001
:
713391
| 843347 |
843349