Try again to sort out the audio padding / alignment.
[dcpomatic.git] / src / lib / film_state.cc
index 283830f59703b39b287feb843f1f4c12ad53040b..0d92a16eec38c8421d948e5273dc05a6c45840cd 100644 (file)
@@ -348,8 +348,9 @@ FilmState::content_type () const
        return VIDEO;
 }
 
+/** @return The sampling rate that we will resample the audio to */
 int
-FilmState::target_sample_rate () const
+FilmState::target_audio_sample_rate () const
 {
        /* Resample to a DCI-approved sample rate */
        double t = dcp_audio_sample_rate (_audio_sample_rate);