![]() |
Audacity 3.2.0
|
#include "AVFormatFunctionsLoader.h"#include <wx/dynlib.h>#include "AVFormatFunctions.h"#include "impl/DynamicLibraryHelpers.h"Go to the source code of this file.
Functions | |
| bool | LoadAVFormatFunctions (const wxDynamicLibrary &lib, AVFormatFunctions &functions) |
| bool LoadAVFormatFunctions | ( | const wxDynamicLibrary & | lib, |
| AVFormatFunctions & | functions | ||
| ) |
Definition at line 19 of file AVFormatFunctionsLoader.cpp.
References av_codec_get_tag(), av_guess_format(), av_interleaved_write_frame(), av_muxer_iterate(), av_oformat_next(), av_read_frame(), av_register_all(), av_seek_frame(), av_write_trailer(), avformat_alloc_context(), avformat_close_input(), avformat_find_stream_info(), avformat_free_context(), avformat_new_stream(), avformat_open_input(), avformat_write_header(), AVFormatFunctions::AVFormatVersion, avio_alloc_context(), avio_context_free(), avio_size(), GET_SYMBOL, GetAVVersion(), and RESOLVE.
Referenced by FFmpegFunctions::Private::Load().