Audacity
3.2.0
modules
import-export
mod-ffmpeg
lib-ffmpeg-support
impl
avcodec
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
13
class
wxDynamicLibrary;
14
struct
AVCodecFunctions
;
15
16
bool
LoadAVCodecFunctions
(
17
const
wxDynamicLibrary& lib,
AVCodecFunctions
& functions);
LoadAVCodecFunctions
bool LoadAVCodecFunctions(const wxDynamicLibrary &lib, AVCodecFunctions &functions)
Definition:
AVCodecFunctionsLoader.cpp:19
AVCodecFunctions
Definition:
AVCodecFunctions.h:20
Generated by
1.9.3