Go to the documentation of this file. 21 #ifndef POSTPROC_POSTPROCESS_VERSION_H 22 #define POSTPROC_POSTPROCESS_VERSION_H 31 #define LIBPOSTPROC_VERSION_MAJOR 52 32 #define LIBPOSTPROC_VERSION_MINOR 3 33 #define LIBPOSTPROC_VERSION_MICRO 100 35 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ 36 LIBPOSTPROC_VERSION_MINOR, \ 37 LIBPOSTPROC_VERSION_MICRO) 38 #define LIBPOSTPROC_VERSION AV_VERSION(LIBPOSTPROC_VERSION_MAJOR, \ 39 LIBPOSTPROC_VERSION_MINOR, \ 40 LIBPOSTPROC_VERSION_MICRO) 41 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT 43 #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)
Loading...