[vlc-commits] macosx: video effects: avoid type mismatch warning

David Fuhrmann git at videolan.org
Tue Sep 30 17:22:13 CEST 2014


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Tue Sep 30 16:55:57 2014 +0200| [93d573ce386a86bdd509f4c5339f509f29f9b6e9] | committer: David Fuhrmann

macosx: video effects: avoid type mismatch warning

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=93d573ce386a86bdd509f4c5339f509f29f9b6e9
---

 modules/gui/macosx/VideoEffects.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/VideoEffects.m b/modules/gui/macosx/VideoEffects.m
index 2219a1f..86d6a87 100644
--- a/modules/gui/macosx/VideoEffects.m
+++ b/modules/gui/macosx/VideoEffects.m
@@ -511,7 +511,7 @@ static VLCVideoEffects *_o_sharedInstance = nil;
             B64EncAndFree(config_GetPsz(p_intf, "video-filter")),
             B64EncAndFree(config_GetPsz(p_intf, "sub-source")),
             B64EncAndFree(config_GetPsz(p_intf, "video-splitter")),
-            0, // former "hue" value, deprecated since 3.0.0
+            0LL, // former "hue" value, deprecated since 3.0.0
             config_GetFloat(p_intf, "contrast"),
             config_GetFloat(p_intf, "brightness"),
             config_GetFloat(p_intf, "saturation"),



More information about the vlc-commits mailing list