From 914bd98baa57c6f2c117e33b21a9ee3d25d0fdc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 29 Oct 2015 19:33:09 +0000 Subject: Pick up SMPTE subtitle font IDs correctly. --- src/subtitle_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/subtitle_node.h') diff --git a/src/subtitle_node.h b/src/subtitle_node.h index 40189704..78861050 100644 --- a/src/subtitle_node.h +++ b/src/subtitle_node.h @@ -38,7 +38,7 @@ class SubtitleNode { public: SubtitleNode () {} - SubtitleNode (boost::shared_ptr node, int tcr); + SubtitleNode (boost::shared_ptr node, int tcr, std::string font_id_attribute); Time in; Time out; -- cgit v1.2.3