shithub: libvpx

Download patch

ref: 24bc1a7189724e1b67703a6165ec7e170ce784d6
parent: c9071601a251d773e95eeb5f94aff919174de398
author: John Koleszar <jkoleszar@google.com>
date: Mon Jan 14 06:49:30 EST 2013

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