s/use_template/take_settings_from/g
[dcpomatic.git] / src / lib / ffmpeg_content.cc
index 92069cb601c04dd2e08000afa317e3c6cad12e7e..64da0b1af0b71d2f8e8d6909655a8ed08a896e41 100644 (file)
@@ -604,9 +604,9 @@ FFmpegContent::ffmpeg_audio_streams () const
 }
 
 void
-FFmpegContent::use_template (shared_ptr<const Content> c)
+FFmpegContent::take_settings_from (shared_ptr<const Content> c)
 {
-       Content::use_template (c);
+       Content::take_settings_from (c);
 
        shared_ptr<const FFmpegContent> fc = dynamic_pointer_cast<const FFmpegContent> (c);
        _filters = fc->_filters;