|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | FFNV_LOAD_FUNC(path) |
| #define | FFNV_SYM_FUNC(lib, sym) |
| #define | FFNV_FREE_FUNC(lib) |
| #define | FFNV_LOG_FUNC(logctx, msg, ...) |
| #define | FFNV_DEBUG_LOG_FUNC(logctx, msg, ...) |
| #define FFNV_LOAD_FUNC | ( | path | ) |
Definition at line 25 of file dynlink_loader.h.
| #define FFNV_SYM_FUNC | ( | lib, | |
| sym ) |
Definition at line 26 of file dynlink_loader.h.
| #define FFNV_FREE_FUNC | ( | lib | ) |
Definition at line 27 of file dynlink_loader.h.
| #define FFNV_LOG_FUNC | ( | logctx, | |
| msg, | |||
| ... ) |
Definition at line 28 of file dynlink_loader.h.
| #define FFNV_DEBUG_LOG_FUNC | ( | logctx, | |
| msg, | |||
| ... ) |
Definition at line 29 of file dynlink_loader.h.