|
FFmpeg
|
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. | |
| const char * | avdevice_configuration (void) |
| Return the libavdevice build-time configuration. | |
| const char * | avdevice_license (void) |
| Return the libavdevice license. | |
| #define LICENSE_PREFIX "libavdevice license: " |
| unsigned avdevice_version | ( | void | ) |
Return the LIBAVDEVICE_VERSION_INT constant.
Definition at line 23 of file avdevice.c.
| const char* avdevice_configuration | ( | void | ) |
Return the libavdevice build-time configuration.
Definition at line 29 of file avdevice.c.
| const char* avdevice_license | ( | void | ) |
Return the libavdevice license.
Definition at line 34 of file avdevice.c.
1.8.2