All audio content should resample if the output frame rate and content
[dcpomatic.git] / src / lib / sndfile_content.cc
index fcdf88778ac81173080aebfbda9cbf832d8a169c..6f18ebbb4ce2d14754196d04c1317d15c61c876f 100644 (file)
@@ -159,15 +159,6 @@ SndfileContent::full_length () const
        return film->audio_frames_to_time (len);
 }
 
-int
-SndfileContent::output_audio_frame_rate () const
-{
-       shared_ptr<const Film> film = _film.lock ();
-       assert (film);
-       
-       return film->audio_frame_rate ();
-}
-
 void
 SndfileContent::set_audio_mapping (AudioMapping m)
 {