[packages/avidemux] - adjusted x265 patch (in 4.1 they reverted alpha changes from 4.0)
qboosh
qboosh at pld-linux.org
Tue Feb 25 07:13:16 CET 2025
commit 23dbcfa728a7412efe64a5e87ad402f6176b8037
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Feb 25 05:48:55 2025 +0100
- adjusted x265 patch (in 4.1 they reverted alpha changes from 4.0)
avidemux-x265.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/avidemux-x265.patch b/avidemux-x265.patch
index 2ecd47e..b12ea36 100644
--- a/avidemux-x265.patch
+++ b/avidemux-x265.patch
@@ -5,7 +5,7 @@
x265_nal *nal;
uint32_t nbNal = 0;
+ x265_picture *pic_outp;
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
+ x265_picture pic_outl[MAX_SCALABLE_LAYERS];
+ x265_picture *pic_outlp[MAX_SCALABLE_LAYERS];
+ for (int i = 0; i < MAX_SCALABLE_LAYERS; i++) pic_outlp[i] = &pic_outl[i];
@@ -21,7 +21,7 @@
if(false==gotFrame)
{
ADM_info("Flushing delayed frames\n");
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
+ er = api->encoder_encode(handle, &nal, &nbNal, NULL, pic_outlp);
+#else
er = api->encoder_encode(handle, &nal, &nbNal, NULL, &pic_out);
@@ -33,7 +33,7 @@
}
}else
{
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
+ er = api->encoder_encode(handle, &nal, &nbNal, &pic, pic_outlp);
+#else
er = api->encoder_encode(handle, &nal, &nbNal, &pic, &pic_out);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/avidemux.git/commitdiff/23dbcfa728a7412efe64a5e87ad402f6176b8037
More information about the pld-cvs-commit
mailing list