Audacity 3.2.0
|
#include "AVCodecFunctionsLoader.h"
#include <wx/dynlib.h>
#include "AVCodecFunctions.h"
#include "impl/DynamicLibraryHelpers.h"
Go to the source code of this file.
Functions | |
bool | LoadAVCodecFunctions (const wxDynamicLibrary &lib, AVCodecFunctions &functions) |
bool LoadAVCodecFunctions | ( | const wxDynamicLibrary & | lib, |
AVCodecFunctions & | functions | ||
) |
Definition at line 19 of file AVCodecFunctionsLoader.cpp.
References av_codec_is_encoder(), av_codec_iterate(), av_codec_next(), av_init_packet(), av_packet_alloc(), av_packet_free(), av_packet_ref(), av_packet_unref(), avcodec_alloc_context3(), avcodec_close(), avcodec_decode_audio4(), avcodec_encode_audio2(), avcodec_fill_audio_frame(), avcodec_find_decoder(), avcodec_find_encoder(), avcodec_find_encoder_by_name(), avcodec_free_context(), avcodec_get_name(), avcodec_is_open(), avcodec_open2(), avcodec_parameters_from_context(), avcodec_parameters_to_context(), avcodec_receive_frame(), avcodec_receive_packet(), avcodec_register_all(), avcodec_send_frame(), avcodec_send_packet(), AVCodecFunctions::AVCodecVersion, GET_SYMBOL, GetAVVersion(), and RESOLVE.
Referenced by FFmpegFunctions::Private::Load().