comparison avcodec.h @ 1836:8fa34b5b35bc libavcodec

INT64_MIN fix
author michael
date Thu, 26 Feb 2004 15:15:05 +0000
parents ba27ce284d07
children a4d9e8b4e2f8
comparison
equal deleted inserted replaced
1835:9daa9872cbdb 1836:8fa34b5b35bc
24 24
25 #define AV_STRINGIFY(s) AV_TOSTRING(s) 25 #define AV_STRINGIFY(s) AV_TOSTRING(s)
26 #define AV_TOSTRING(s) #s 26 #define AV_TOSTRING(s) #s
27 #define LIBAVCODEC_IDENT "FFmpeg" LIBAVCODEC_VERSION "b" AV_STRINGIFY(LIBAVCODEC_BUILD) 27 #define LIBAVCODEC_IDENT "FFmpeg" LIBAVCODEC_VERSION "b" AV_STRINGIFY(LIBAVCODEC_BUILD)
28 28
29 #define AV_NOPTS_VALUE INT64_MIN 29 #define AV_NOPTS_VALUE 0x8000000000000000LL
30 #define AV_TIME_BASE 1000000 30 #define AV_TIME_BASE 1000000
31 31
32 enum CodecID { 32 enum CodecID {
33 CODEC_ID_NONE, 33 CODEC_ID_NONE,
34 CODEC_ID_MPEG1VIDEO, 34 CODEC_ID_MPEG1VIDEO,