comparison avutil.h @ 938:693dea8b44f1 libavutil

Add APIchanges entry and bump minor after av_compare_mod() addition.
author stefano
date Sun, 13 Jun 2010 09:04:36 +0000
parents be49bac1a894
children e34e8d654ded
comparison
equal deleted inserted replaced
937:823d95e42402 938:693dea8b44f1
38 #define AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c) 38 #define AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c)
39 #define AV_VERSION_DOT(a, b, c) a ##.## b ##.## c 39 #define AV_VERSION_DOT(a, b, c) a ##.## b ##.## c
40 #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) 40 #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
41 41
42 #define LIBAVUTIL_VERSION_MAJOR 50 42 #define LIBAVUTIL_VERSION_MAJOR 50
43 #define LIBAVUTIL_VERSION_MINOR 18 43 #define LIBAVUTIL_VERSION_MINOR 19
44 #define LIBAVUTIL_VERSION_MICRO 0 44 #define LIBAVUTIL_VERSION_MICRO 0
45 45
46 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ 46 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
47 LIBAVUTIL_VERSION_MINOR, \ 47 LIBAVUTIL_VERSION_MINOR, \
48 LIBAVUTIL_VERSION_MICRO) 48 LIBAVUTIL_VERSION_MICRO)