Mercurial > libavcodec.hg
changeset 869:028638e65523 libavcodec
0.1l
author | michaelni |
---|---|
date | Thu, 14 Nov 2002 22:34:25 +0000 |
parents | dfe7d66da6f0 |
children | 2781c060bb35 |
files | huffyuv.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/huffyuv.c Thu Nov 14 22:25:20 2002 +0000 +++ b/huffyuv.c Thu Nov 14 22:34:25 2002 +0000 @@ -25,8 +25,8 @@ #include "avcodec.h" #include "dsputil.h" -#ifndef MAX_INT64 -#define MAX_INT64 9223372036854775807LL +#ifndef INT64_MAX +#define INT64_MAX 9223372036854775807LL #endif #define VLC_BITS 11 @@ -237,7 +237,7 @@ counts[next]= min1 + min2; counts[min1_i]= - counts[min2_i]= MAX_INT64; + counts[min2_i]= INT64_MAX; up[min1_i]= up[min2_i]= next; up[next]= -1;