[packages/fceultra] - adjusted x265 patch (in 4.1 they reverted alpha changes from 4.0)

qboosh qboosh at pld-linux.org
Wed Feb 26 21:47:14 CET 2025


commit f82b53878eaa36ac94efaac73083ad27d7200693
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Feb 26 21:42:02 2025 +0100

    - adjusted x265 patch (in 4.1 they reverted alpha changes from 4.0)

 fceultra-x265.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/fceultra-x265.patch b/fceultra-x265.patch
index b43c0ac..5cc80aa 100644
--- a/fceultra-x265.patch
+++ b/fceultra-x265.patch
@@ -5,7 +5,7 @@
  static x265_param *param = NULL;
  static x265_picture *pic = NULL;
 +static x265_picture *pic_outp = NULL;
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
 +static x265_picture pic_outl[MAX_SCALABLE_LAYERS];
 +static x265_picture* pic_outlp[MAX_SCALABLE_LAYERS];
 +#else
@@ -18,7 +18,7 @@
  	param->fpsNum   = 1000000;
  	param->fpsDenom = usec;
  	
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
 +	for (int i = 0; i < MAX_SCALABLE_LAYERS; i++) pic_outlp[i] = &pic_outp[i];
 +	pic_outp = pic_outlp[0];
 +#else
@@ -31,7 +31,7 @@
  	pic->stride[1] = width/2;
  	pic->stride[2] = width/2;
  
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
 +	ret = x265_encoder_encode( hdl, &nal, &i_nal, pic, pic_outlp );
 +#else
  	ret = x265_encoder_encode( hdl, &nal, &i_nal, pic, &pic_out );
@@ -52,7 +52,7 @@
  	/* Flush delayed frames */
  	while( hdl != NULL )
  	{
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
 +	    ret = x265_encoder_encode( hdl, &nal, &i_nal, NULL, pic_outlp );
 +#else
  	    ret = x265_encoder_encode( hdl, &nal, &i_nal, NULL, &pic_out );
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fceultra.git/commitdiff/f82b53878eaa36ac94efaac73083ad27d7200693



More information about the pld-cvs-commit mailing list