comparison avcodec.h @ 4274:07625477adfa libavcodec

use the standard INT64_C() macro for 64-bit constants
author mru
date Wed, 06 Dec 2006 23:46:11 +0000
parents 73abe5df48ea
children c2bcb3056ed7
comparison
equal deleted inserted replaced
4273:73abe5df48ea 4274:07625477adfa
41 #define LIBAVCODEC_VERSION 51.25.0 41 #define LIBAVCODEC_VERSION 51.25.0
42 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 42 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
43 43
44 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) 44 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
45 45
46 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) 46 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)
47 #define AV_TIME_BASE 1000000 47 #define AV_TIME_BASE 1000000
48 #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} 48 #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
49 49
50 enum CodecID { 50 enum CodecID {
51 CODEC_ID_NONE, 51 CODEC_ID_NONE,