FFmpegContent does not need audio_length().
[dcpomatic.git] / src / lib / single_stream_audio_content.cc
index b470d1a995427d492e5062e33a191e78cb8694b1..76f6e00d96f1b964ecdd7439bfe9b10eda41d81d 100644 (file)
@@ -89,7 +89,6 @@ SingleStreamAudioContent::take_from_audio_examiner (shared_ptr<AudioExaminer> ex
        }
 
        signal_changed (AudioContentProperty::AUDIO_CHANNELS);
-       signal_changed (AudioContentProperty::AUDIO_LENGTH);
        signal_changed (AudioContentProperty::AUDIO_FRAME_RATE);
 
        int const p = processed_audio_channels ();