FFmpeg
|
#include <assert.h>
#include "config.h"
#include "avutil.h"
#include "samplefmt.h"
#include "version.h"
#include "libavutil/ffversion.h"
Go to the source code of this file.
Macros | |
#define | LICENSE_PREFIX "libavutil license: " |
Functions | |
const char * | av_version_info (void) |
Return an informative version string. More... | |
unsigned | avutil_version (void) |
Return the LIBAVUTIL_VERSION_INT constant. More... | |
const char * | avutil_configuration (void) |
Return the libavutil build-time configuration. More... | |
const char * | avutil_license (void) |
Return the libavutil license. More... | |
Variables | |
const char | av_util_ffversion [] = "FFmpeg version " FFMPEG_VERSION |
#define LICENSE_PREFIX "libavutil license: " |