]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix 'integer constant is too large' in x86 build
authorvirtualdj <virtualdj@libero.it>
Sat, 16 Jan 2016 11:14:15 +0000 (12:14 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 18 Jan 2016 08:30:37 +0000 (09:30 +0100)
src/parsers/parser_hevc.c

index 0c7f320b70fc874b64ebbfd1c25e0b67c3b6c4d5..eb1b8b703feee54f876dfc0ee7e19cc3e28738ee 100644 (file)
@@ -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