FFmpeg
|
#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 |
#define LICENSE_PREFIX "libavformat license: " |