Basics of subtitle split.
[dcpomatic.git] / src / lib / ffmpeg_content.h
index d210d63a8b98e8cb674b6b745d25ee7d901b5986..da0eb48af70ed9c8ca2b61eb2ba7963535532b76 100644 (file)
@@ -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);