|
FFmpeg
|
#include <assert.h>#include "config.h"#include "avcodec.h"#include "codec_id.h"#include "version.h"#include "libavutil/ffversion.h"Go to the source code of this file.
Macros | |
| #define | LICENSE_PREFIX "libavcodec license: " |
Functions | |
| unsigned | avcodec_version (void) |
| Return the LIBAVCODEC_VERSION_INT constant. | |
| const char * | avcodec_configuration (void) |
| Return the libavcodec build-time configuration. | |
| const char * | avcodec_license (void) |
| Return the libavcodec license. | |
Variables | |
| const char | av_codec_ffversion [] = "FFmpeg version " FFMPEG_VERSION |
| #define LICENSE_PREFIX "libavcodec license: " |
Referenced by avcodec_license(), avdevice_license(), avfilter_license(), avformat_license(), avutil_license(), swresample_license(), and swscale_license().