FFmpeg
|
#include "config.h"
#include "libavutil/avassert.h"
#include "postprocess.h"
#include "version.h"
#include "libavutil/ffversion.h"
Go to the source code of this file.
Macros | |
#define | LICENSE_PREFIX "libpostproc license: " |
Functions | |
unsigned | postproc_version (void) |
Return the LIBPOSTPROC_VERSION_INT constant. More... | |
const char * | postproc_configuration (void) |
Return the libpostproc build-time configuration. More... | |
const char * | postproc_license (void) |
Return the libpostproc license. More... | |
Variables | |
const char | postproc_ffversion [] = "FFmpeg version " FFMPEG_VERSION |
#define LICENSE_PREFIX "libpostproc license: " |