Mercurial > libavcodec.hg
diff avcodec.h @ 1836:8fa34b5b35bc libavcodec
INT64_MIN fix
author | michael |
---|---|
date | Thu, 26 Feb 2004 15:15:05 +0000 |
parents | ba27ce284d07 |
children | a4d9e8b4e2f8 |
line wrap: on
line diff
--- a/avcodec.h Thu Feb 26 13:42:17 2004 +0000 +++ b/avcodec.h Thu Feb 26 15:15:05 2004 +0000 @@ -26,7 +26,7 @@ #define AV_TOSTRING(s) #s #define LIBAVCODEC_IDENT "FFmpeg" LIBAVCODEC_VERSION "b" AV_STRINGIFY(LIBAVCODEC_BUILD) -#define AV_NOPTS_VALUE INT64_MIN +#define AV_NOPTS_VALUE 0x8000000000000000LL #define AV_TIME_BASE 1000000 enum CodecID {