mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-20 22:48:05 +02:00
20 lines
452 B
C
20 lines
452 B
C
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
ImportFFmpeg.h
|
|
|
|
LRN
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef __AUDACITY_IMPORT_FFMPEG__
|
|
#define __AUDACITY_IMPORT_FFMPEG__
|
|
|
|
#include "ImportForwards.h"
|
|
|
|
void GetFFmpegImportPlugin(ImportPluginList &importPluginList,
|
|
UnusableImportPluginList &unusableImportPluginList);
|
|
|
|
#endif
|