commit 2dee0bb24f2b8ce8a9b51c1f23e52683a7b6e44c
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Fri Jul 8 13:00:02 2016 -0500
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 103821f..489d040 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 */ \
-+ uint32_t -2, /* luma_elim_threshold */ \
++ (uint32)-2, /* luma_elim_threshold */ \
1, /* is_chroma_elim_threshold */ \
- -5, /* chroma_elim_threshold */ \
-+ uint32_t -5, /* chroma_elim_threshold */ \
++ (uint32)-5, /* chroma_elim_threshold */ \
0.05, /*lumi_masking */ \
1, /* is lumi */ \
0.01, /*dark_masking */ \
Show replies by date