mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02: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