Add hint when making a FTR without FFEC/FFMC markers (#1804).
[dcpomatic.git] / test / burnt_subtitle_test.cc
index 91edcad9f46c4113080965a1c8746647a2bb60cd..2a1360c78269b5962c08509eb15be62f036db284 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/burnt_subtitle_test.cc
  *  @brief Test the burning of subtitles into the DCP.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/plain_text_content.h"
@@ -51,6 +51,7 @@ using std::cout;
 using std::map;
 using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
+using namespace dcpomatic;
 
 /** Build a small DCP with no picture and a single subtitle overlaid onto it from a SubRip file */
 BOOST_AUTO_TEST_CASE (burnt_subtitle_test_subrip)