summaryrefslogtreecommitdiff
path: root/src/wx/ffmpeg_content_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/ffmpeg_content_dialog.cc')
-rw-r--r--src/wx/ffmpeg_content_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/ffmpeg_content_dialog.cc b/src/wx/ffmpeg_content_dialog.cc
index 8adff59f4..0949d02a6 100644
--- a/src/wx/ffmpeg_content_dialog.cc
+++ b/src/wx/ffmpeg_content_dialog.cc
@@ -113,7 +113,7 @@ FFmpegContentDialog::audio_stream_changed (wxCommandEvent &)
} else {
s << c->audio_channels() << wxT (" ") << _("channels");
}
- s << wxT (", ") << c->audio_frame_rate() << _("Hz");
+ s << wxT (", ") << c->content_audio_frame_rate() << _("Hz");
_audio_description->SetLabel (s);
}
}