FFmpeg
Macros | Functions | Variables
version.c File Reference
#include "config.h"
#include "libavutil/avassert.h"
#include "avformat.h"
#include "version.h"
#include "libavutil/ffversion.h"

Go to the source code of this file.

Macros

#define LICENSE_PREFIX   "libavformat license: "
 

Functions

unsigned avformat_version (void)
 Return the LIBAVFORMAT_VERSION_INT constant. More...
 
const char * avformat_configuration (void)
 Return the libavformat build-time configuration. More...
 
const char * avformat_license (void)
 Return the libavformat license. More...
 

Variables

const char av_format_ffversion [] = "FFmpeg version " FFMPEG_VERSION
 

Macro Definition Documentation

◆ LICENSE_PREFIX

#define LICENSE_PREFIX   "libavformat license: "

Variable Documentation

◆ av_format_ffversion

const char av_format_ffversion[] = "FFmpeg version " FFMPEG_VERSION

Definition at line 28 of file version.c.