|
FFmpeg
|
#include <assert.h>#include "config.h"#include "avfilter.h"#include "version.h"#include "libavutil/ffversion.h"Go to the source code of this file.
Macros | |
| #define | LICENSE_PREFIX "libavfilter license: " |
Functions | |
| unsigned | avfilter_version (void) |
| Return the LIBAVFILTER_VERSION_INT constant. More... | |
| const char * | avfilter_configuration (void) |
| Return the libavfilter build-time configuration. More... | |
| const char * | avfilter_license (void) |
| Return the libavfilter license. More... | |
Variables | |
| const char | av_filter_ffversion [] = "FFmpeg version " FFMPEG_VERSION |
| #define LICENSE_PREFIX "libavfilter license: " |
1.8.17