|
FFmpeg
|
#include "config.h"#include "libavutil/avassert.h"#include "avdevice.h"#include "version.h"#include "libavutil/ffversion.h"Go to the source code of this file.
Macros | |
| #define | LICENSE_PREFIX "libavdevice license: " |
Functions | |
| unsigned | avdevice_version (void) |
| Return the LIBAVDEVICE_VERSION_INT constant. More... | |
| const char * | avdevice_configuration (void) |
| Return the libavdevice build-time configuration. More... | |
| const char * | avdevice_license (void) |
| Return the libavdevice license. More... | |
Variables | |
| const char | av_device_ffversion [] = "FFmpeg version " FFMPEG_VERSION |
| #define LICENSE_PREFIX "libavdevice license: " |
1.8.17