libdcp API change ReelMXF -> ReelFileAsset.
[dcpomatic.git] / test / render_subtitles_test.cc
index 29c6c9963575b949c29bcbe8012aa4ff8c1f0e54..a81ef05bf96c3a3c607c82151abf1113bc8ac84d 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/render_text_test.cc
  *  @brief Check markup of subtitles for rendering.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/render_text.h"
@@ -43,12 +43,12 @@ add (std::list<StringText>& s, std::string text, bool italic, bool bold, bool un
                                dcp::Time (),
                                dcp::Time (),
                                1,
-                               dcp::HALIGN_LEFT,
+                               dcp::HAlign::LEFT,
                                1,
-                               dcp::VALIGN_TOP,
-                               dcp::DIRECTION_LTR,
+                               dcp::VAlign::TOP,
+                               dcp::Direction::LTR,
                                text,
-                               dcp::NONE,
+                               dcp::Effect::NONE,
                                dcp::Colour (0, 0, 0),
                                dcp::Time (),
                                dcp::Time ()