[avidemux] Try try again...

Richard Shaw hobbes1069 at rpmfusion.org
Fri Jul 8 19:26:22 CEST 2016


commit 794d1676b43cbfc7434956f405aa4ec9521ae810
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Fri Jul 8 12:26:11 2016 -0500

    Try try again...

 avidemux-2.6.12-gcc6.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/avidemux-2.6.12-gcc6.patch b/avidemux-2.6.12-gcc6.patch
index 658a413..103821f 100644
--- a/avidemux-2.6.12-gcc6.patch
+++ b/avidemux-2.6.12-gcc6.patch
@@ -63,10 +63,10 @@
  		0,				/* mpeg_quant */ \
  		1,				/* is_luma_elim_threshold */ \
 -		-2,				/* luma_elim_threshold */ \
-+		const int -2,				/* luma_elim_threshold */ \
++		uint32_t -2,			/* luma_elim_threshold */ \
  		1,				/* is_chroma_elim_threshold */ \
 -		-5,				/* chroma_elim_threshold */ \
-+		const int -5,				/* chroma_elim_threshold */ \
++		uint32_t -5,			/* chroma_elim_threshold */ \
  		0.05,				/*lumi_masking */ \
  		1,				/* is lumi */ \
  		0.01,				/*dark_masking */ \


More information about the rpmfusion-commits mailing list