Audacity 3.2.0
|
#include "AVUtilFunctionsLoader.h"
#include <wx/dynlib.h>
#include "AVUtilFunctions.h"
#include "impl/DynamicLibraryHelpers.h"
Go to the source code of this file.
Functions | |
bool | LoadAVUtilFunctions (const wxDynamicLibrary &lib, AVUtilFunctions &functions) |
bool LoadAVUtilFunctions | ( | const wxDynamicLibrary & | lib, |
AVUtilFunctions & | functions | ||
) |
Definition at line 19 of file AVUtilFunctionsLoader.cpp.
References av_channel_layout_default(), av_dict_copy(), av_dict_free(), av_dict_get(), av_dict_set(), av_frame_alloc(), av_frame_free(), av_free(), av_get_bytes_per_sample(), av_get_default_channel_layout(), av_log_default_callback(), av_log_set_callback(), av_malloc(), av_rescale_q(), av_samples_get_buffer_size(), av_strdup(), av_strerror(), AVUtilFunctions::AVUtilVersion, GET_SYMBOL, GetAVVersion(), and RESOLVE.
Referenced by FFmpegFunctions::Private::Load().