commit 337c4f91dd16f4a73ae4ff13a66594671ed6dc74
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Fri Jul 8 10:15:35 2016 -0500
Attempt to fix narrowing conversion issue.
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 695f6d8..658a413 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 */ \
-+ int -2, /* luma_elim_threshold */ \
++ const int -2, /* luma_elim_threshold */ \
1, /* is_chroma_elim_threshold */ \
- -5, /* chroma_elim_threshold */ \
-+ int -5, /* chroma_elim_threshold */ \
++ const int -5, /* chroma_elim_threshold */ \
0.05, /*lumi_masking */ \
1, /* is lumi */ \
0.01, /*dark_masking */ \