mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
Make EXPERIMENTAL_OD_FFMPEG compilable again
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
#include "ODDecodeTask.h"
|
||||
#include "ODTaskThread.h"
|
||||
|
||||
struct streamContext;
|
||||
using Scs = ArrayOf<std::unique_ptr<streamContext>>;
|
||||
using ScsPtr = std::shared_ptr<Scs>;
|
||||
|
||||
struct FFmpegContext;
|
||||
class ODFileDecoder;
|
||||
class WaveTrack;
|
||||
|
||||
Reference in New Issue
Block a user