comparison avcodec.h @ 6378:99823c80a93d libavcodec

Clean up lib* version definitions Updating version numbers now requires changing only one place.
author mru
date Tue, 19 Feb 2008 22:50:28 +0000
parents b2d487e54407
children 9f4f88218b78
comparison
equal deleted inserted replaced
6377:931ca319f2fe 6378:99823c80a93d
28 28
29 29
30 #include "avutil.h" 30 #include "avutil.h"
31 #include <sys/types.h> /* size_t */ 31 #include <sys/types.h> /* size_t */
32 32
33 #define LIBAVCODEC_VERSION_INT ((51<<16)+(50<<8)+1) 33 #define LIBAVCODEC_VERSION_TRIPLET 51,50,1
34 #define LIBAVCODEC_VERSION 51.50.1 34
35 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_TRIPLET)
36 #define LIBAVCODEC_VERSION AV_VERSION(LIBAVCODEC_VERSION_TRIPLET)
35 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 37 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
36 38
37 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) 39 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
38 40
39 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000) 41 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)