]> granicus.if.org Git - libvpx/commit
Use INT64_MAX instead of LLONG_MAX
authorJohn Koleszar <jkoleszar@google.com>
Mon, 14 Jan 2013 19:49:30 +0000 (11:49 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 14 Jan 2013 23:57:21 +0000 (15:57 -0800)
commit24bc1a7189724e1b67703a6165ec7e170ce784d6
treefcb7db94add83c857216859f4511ec6877d7a6ad
parentc9071601a251d773e95eeb5f94aff919174de398
Use INT64_MAX instead of LLONG_MAX

These variables have the type int64_t, not long long. long long could
be a larger type than 64 bits. Emulate INT64_MAX for older versions of
MSVC, and remove the unreferenced vpx_ports/vpxtypes.h

Change-Id: Ideaca71838fcd3849d816d5ab17aa347c97d03b0
vp9/common/vp9_implicit_segmentation.c
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_rdopt.c
vpx/vpx_integer.h
vpx_ports/vpxtypes.h [deleted file]