Audacity 3.2.0
AVCodecFunctionsLoader.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 AVCodecFunctionsLoader.h
6
7 Dmitry Vedenko
8
9**********************************************************************/
10
11#pragma once
12
13class wxDynamicLibrary;
14struct AVCodecFunctions;
15
17 const wxDynamicLibrary& lib, AVCodecFunctions& functions);
bool LoadAVCodecFunctions(const wxDynamicLibrary &lib, AVCodecFunctions &functions)