From: virtualdj Date: Sat, 16 Jan 2016 11:14:15 +0000 (+0100) Subject: Fix 'integer constant is too large' in x86 build X-Git-Tag: v4.2.1~1165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165f390fddde3b8e35664355d9d6cf6e7e0e5360;p=thirdparty%2Ftvheadend.git Fix 'integer constant is too large' in x86 build --- diff --git a/src/parsers/parser_hevc.c b/src/parsers/parser_hevc.c index 0c7f320b7..eb1b8b703 100644 --- a/src/parsers/parser_hevc.c +++ b/src/parsers/parser_hevc.c @@ -828,7 +828,7 @@ static void hvcc_init(HEVCDecoderConfigurationRecord *hvcc) * the ProfileTierLevel parsing code will unset them when needed. */ hvcc->general_profile_compatibility_flags = 0xffffffff; - hvcc->general_constraint_indicator_flags = 0xffffffffffff; + hvcc->general_constraint_indicator_flags = 0xffffffffffffLL; /* * Initialize this field with an invalid value which can be used to detect