From 19b5ac5e09e204a9c22daff460f3cbb2137d265b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Dec 2014 00:23:24 +0000 Subject: Use libdcp for DCP subtitle parsing so that we get support for MXF-wrapped SMPTE subtitles. --- src/reader_factory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/reader_factory.h') diff --git a/src/reader_factory.h b/src/reader_factory.h index c12a475..e7c349b 100644 --- a/src/reader_factory.h +++ b/src/reader_factory.h @@ -18,12 +18,13 @@ */ #include +#include namespace sub { class Reader; extern boost::shared_ptr -reader_factory (std::string); +reader_factory (boost::filesystem::path); } -- cgit v1.2.3