Audacity
3.2.0
modules
import-export
mod-ffmpeg
lib-ffmpeg-support
impl
avformat
AVFormatFunctionsLoader.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
AVFormatFunctionsLoader.h
6
7
Dmitry Vedenko
8
9
**********************************************************************/
10
11
#pragma once
12
13
class
wxDynamicLibrary;
14
struct
AVFormatFunctions
;
15
16
bool
LoadAVFormatFunctions
(
17
const
wxDynamicLibrary& lib,
AVFormatFunctions
& functions);
LoadAVFormatFunctions
bool LoadAVFormatFunctions(const wxDynamicLibrary &lib, AVFormatFunctions &functions)
Definition:
AVFormatFunctionsLoader.cpp:19
AVFormatFunctions
Definition:
AVFormatFunctions.h:18
Generated by
1.9.3