Rename AudioContent frame_rate methods and move resampled_audio_frame_rate into Audio...
[dcpomatic.git] / src / wx / audio_panel.cc
index 1c679d336c003fc7404f64ddff9b55cc88d46eec..eb95e17abe59db17dca28b496b5025edd22a3a5f 100644 (file)
@@ -237,7 +237,7 @@ AudioPanel::setup_stream_description ()
                } else {
                        s << fcs->audio_channels() << wxT (" ") << _("channels");
                }
-               s << wxT (", ") << fcs->content_audio_frame_rate() << _("Hz");
+               s << wxT (", ") << fcs->audio_frame_rate() << _("Hz");
                _description->SetLabel (s);
        }
 }