1
0
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:
Paul Licameli
2019-03-25 19:16:46 -04:00
parent 629678525c
commit 8dace29aba

View File

@@ -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;