Rename Subtitle -> Text
[dcpomatic.git] / src / lib / decoder.cc
index 502273de1e49f5a551110674a5d8284572dbe180..e7e6b8620e9332e0dc51f79f8c5d4e743f884758 100644 (file)
@@ -21,7 +21,7 @@
 #include "decoder.h"
 #include "video_decoder.h"
 #include "audio_decoder.h"
-#include "subtitle_decoder.h"
+#include "text_decoder.h"
 #include <boost/optional.hpp>
 #include <iostream>