FFmpeg
Macros | Functions | Variables
version.c File Reference
#include <assert.h>
#include "config.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
 

Macro Definition Documentation

◆ LICENSE_PREFIX

#define LICENSE_PREFIX   "libpostproc license: "

Variable Documentation

◆ postproc_ffversion

const char postproc_ffversion[] = "FFmpeg version " FFMPEG_VERSION

Definition at line 28 of file version.c.