[packages/vlc] - adjusted x265 patch (in 4.1 they reverted alpha changes from 4.0)
qboosh
qboosh at pld-linux.org
Wed Feb 26 21:52:31 CET 2025
commit d824bfce759c81db0764ae7af3e09dab26d6296f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Feb 26 21:47:59 2025 +0100
- adjusted x265 patch (in 4.1 they reverted alpha changes from 4.0)
vlc-x265.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vlc-x265.patch b/vlc-x265.patch
index c869f66..ba66583 100644
--- a/vlc-x265.patch
+++ b/vlc-x265.patch
@@ -6,7 +6,7 @@
encoder_sys_t *p_sys = p_enc->p_sys;
- x265_picture pic;
+ x265_picture pic, *pic_out;
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
+ x265_picture pic_l[MAX_SCALABLE_LAYERS];
+ x265_picture *pic_lp[MAX_SCALABLE_LAYERS];
+ for (int i = 0; i < MAX_SCALABLE_LAYERS; i++) pic_lp[i] = &pic_l[i];
@@ -18,7 +18,7 @@
x265_nal *nal;
uint32_t i_nal = 0;
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
+ x265_encoder_encode(p_sys->h, &nal, &i_nal,
+ likely(p_pict) ? &pic : NULL, pic_lp);
+ pic_out = pic_lp[0];
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/d824bfce759c81db0764ae7af3e09dab26d6296f
More information about the pld-cvs-commit
mailing list