X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypes.h;h=448b6c154bac00faae280e78a5c927f1bf1ea5a9;hb=cb83eb7b209054da2f81b456a0fbda6ea9d03844;hp=ad706270e66a79d2ace667d79604f35bc9c69de4;hpb=deafd62ea410aa23b6b4c87989e8bc7e95db46e3;p=dcpomatic.git diff --git a/src/lib/types.h b/src/lib/types.h index ad706270e..448b6c154 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -29,6 +29,7 @@ class Content; class VideoContent; class AudioContent; class SubtitleContent; +class FFmpegContent; class AudioBuffers; /** The version number of the protocol used to communicate @@ -46,6 +47,7 @@ typedef std::vector > ContentList; typedef std::vector > VideoContentList; typedef std::vector > AudioContentList; typedef std::vector > SubtitleContentList; +typedef std::vector > FFmpegContentList; template struct TimedAudioBuffers