Go to the documentation of this file.
21 #ifndef POSTPROC_VERSION_H
22 #define POSTPROC_VERSION_H
33 #define LIBPOSTPROC_VERSION_MINOR 4
34 #define LIBPOSTPROC_VERSION_MICRO 100
36 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \
37 LIBPOSTPROC_VERSION_MINOR, \
38 LIBPOSTPROC_VERSION_MICRO)
39 #define LIBPOSTPROC_VERSION AV_VERSION(LIBPOSTPROC_VERSION_MAJOR, \
40 LIBPOSTPROC_VERSION_MINOR, \
41 LIBPOSTPROC_VERSION_MICRO)
42 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT
44 #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)