Basics of multiple captions per content so that DCPContent can
[dcpomatic.git] / src / lib / analyse_audio_job.cc
index db917301aaac01d9f37a111f1126f6998f862e50..03497b91e4208140864d562b442d7eb563a1bd8a 100644 (file)
@@ -106,7 +106,7 @@ AnalyseAudioJob::run ()
 {
        shared_ptr<Player> player (new Player (_film, _playlist));
        player->set_ignore_video ();
-       player->set_ignore_subtitle ();
+       player->set_ignore_caption ();
        player->set_fast ();
        player->set_play_referenced ();
        player->Audio.connect (bind (&AnalyseAudioJob::analyse, this, _1, _2));