X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Freel_writer.h;h=5de00f641be5fe577da14ee158fa507f39d2d510;hp=804a93c05d3c6103b5e4c0e4fc77364f6a02906d;hb=689bf63d32a8276477ab12e83bd47a5ff67d3eae;hpb=255d13d09375ecdb11771ac6fda38a66f6a1ab29 diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h index 804a93c05..5de00f641 100644 --- a/src/lib/reel_writer.h +++ b/src/lib/reel_writer.h @@ -103,7 +103,7 @@ private: long frame_info_position (Frame frame, Eyes eyes) const; Frame check_existing_picture_asset (boost::filesystem::path asset); bool existing_picture_frame_ok (FILE* asset_file, std::shared_ptr info_file, Frame frame) const; - std::shared_ptr empty_text_asset (TextType type, boost::optional track) const; + std::shared_ptr empty_text_asset (TextType type, boost::optional track, bool with_dummy) const; std::shared_ptr create_reel_picture (std::shared_ptr reel, std::list const & refs) const; void create_reel_sound (std::shared_ptr reel, std::list const & refs) const;