FFmpeg
Macros | Functions | Variables
version.c File Reference
#include <assert.h>
#include "config.h"
#include "avdevice.h"
#include "version.h"
#include "libavutil/ffversion.h"

Go to the source code of this file.

Macros

#define LICENSE_PREFIX   "libavdevice license: "
 

Functions

unsigned avdevice_version (void)
 Return the LIBAVDEVICE_VERSION_INT constant. More...
 
const char * avdevice_configuration (void)
 Return the libavdevice build-time configuration. More...
 
const char * avdevice_license (void)
 Return the libavdevice license. More...
 

Variables

const char av_device_ffversion [] = "FFmpeg version " FFMPEG_VERSION
 

Macro Definition Documentation

◆ LICENSE_PREFIX

#define LICENSE_PREFIX   "libavdevice license: "

Variable Documentation

◆ av_device_ffversion

const char av_device_ffversion[] = "FFmpeg version " FFMPEG_VERSION

Definition at line 29 of file version.c.