FFmpeg
|
#include "config.h"
#include "libavutil/avassert.h"
#include "swresample.h"
#include "version.h"
#include "libavutil/ffversion.h"
Go to the source code of this file.
Macros | |
#define | LICENSE_PREFIX "libswresample license: " |
Functions | |
unsigned | swresample_version (void) |
Return the LIBSWRESAMPLE_VERSION_INT constant. More... | |
const char * | swresample_configuration (void) |
Return the swr build-time configuration. More... | |
const char * | swresample_license (void) |
Return the swr license. More... | |
Variables | |
const char | swr_ffversion [] = "FFmpeg version " FFMPEG_VERSION |
#define LICENSE_PREFIX "libswresample license: " |