/********************************************************************** Audacity: A Digital Audio Editor ExportFFmpeg.h LRN **********************************************************************/ #ifndef __AUDACITY_EXPORTFFMPEG__ #define __AUDACITY_EXPORTFFMPEG__ class ExportPlugin; //---------------------------------------------------------------------------- // Constructor //---------------------------------------------------------------------------- ExportPlugin *New_ExportFFmpeg(); #endif // Indentation settings for Vim and Emacs and unique identifier for Arch, a // version control system. Please do not modify past this point. // // Local Variables: // c-basic-offset: 3 // indent-tabs-mode: nil // End: // // vim: et sts=3 sw=3 // arch-tag: daa509db-cfa8-4327-9fd4-b572b3dd814a