![]() |
Audacity 3.2.0
|
#include <memory>#include <vector>#include <wx/string.h>#include "AVCodecFunctions.h"#include "AVFormatFunctions.h"#include "AVUtilFunctions.h"#include "AVCodecID.h"#include "wrappers/AVDictionaryWrapper.h"#include "wrappers/AVIOContextWrapper.h"#include "wrappers/AVFormatContextWrapper.h"#include "wrappers/AVStreamWrapper.h"#include "wrappers/AVPacketWrapper.h"#include "wrappers/AVFrameWrapper.h"#include "wrappers/AVInputFormatWrapper.h"#include "wrappers/AVOutputFormatWrapper.h"#include "wrappers/AVCodecWrapper.h"#include "wrappers/AVCodecContextWrapper.h"#include "wrappers/AVChannelLayoutWrapper.h"Go to the source code of this file.
Classes | |
| class | AVAllocator< T > |
| struct | AVAllocator< T >::rebind< _Tp1 > |
| struct | FFmpegFunctions |
Typedefs | |
| template<typename T > | |
| using | AVDataBuffer = std::vector< T, AVAllocator< T > > |
Variables | |
| FFMPEG_SUPPORT_API StringSetting | AVFormatPath |
| using AVDataBuffer = std::vector<T, AVAllocator<T> > |
Definition at line 79 of file FFmpegFunctions.h.
|
extern |
Definition at line 298 of file FFmpegFunctions.cpp.
Referenced by FindFFmpegLibs(), and FFmpegFunctions::GetSearchPaths().