comparison avutil.h @ 609:70367460f323 libavutil

Deprecate av_init_random() in favour of av_random_init(), with a more natural name and order of parameters.
author stefano
date Sun, 18 Jan 2009 22:50:57 +0000
parents 819752f80c64
children f24ae37e1ebb
comparison
equal deleted inserted replaced
608:1f5c80e92fd0 609:70367460f323
33 #define AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c) 33 #define AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c)
34 #define AV_VERSION_DOT(a, b, c) a ##.## b ##.## c 34 #define AV_VERSION_DOT(a, b, c) a ##.## b ##.## c
35 #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) 35 #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
36 36
37 #define LIBAVUTIL_VERSION_MAJOR 49 37 #define LIBAVUTIL_VERSION_MAJOR 49
38 #define LIBAVUTIL_VERSION_MINOR 13 38 #define LIBAVUTIL_VERSION_MINOR 14
39 #define LIBAVUTIL_VERSION_MICRO 0 39 #define LIBAVUTIL_VERSION_MICRO 0
40 40
41 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ 41 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
42 LIBAVUTIL_VERSION_MINOR, \ 42 LIBAVUTIL_VERSION_MINOR, \
43 LIBAVUTIL_VERSION_MICRO) 43 LIBAVUTIL_VERSION_MICRO)