summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index d210d63a8..da0eb48af 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -21,7 +21,6 @@
#define DCPOMATIC_FFMPEG_CONTENT_H
#include "audio_content.h"
-#include "subtitle_content.h"
struct AVFormatContext;
struct AVStream;
@@ -42,7 +41,7 @@ public:
static int const FILTERS;
};
-class FFmpegContent : public AudioContent, public SubtitleContent
+class FFmpegContent : public AudioContent
{
public:
FFmpegContent (boost::shared_ptr<const Film>, boost::filesystem::path);