Home
last modified time | relevance | path

Searched refs:LIBPOSTPROC_VERSION_INT (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libpostproc/
Dversion.h36 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ macro
42 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT
Dversion.c32 return LIBPOSTPROC_VERSION_INT; in postproc_version()