summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-15 19:49:09 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-15 19:49:09 +0100
commita976df9b5ebd2fc9b37db053faf4e8f33d59b41e (patch)
treec5f46192064e1917ffe6d8f39e3b6d49231d7af0 /src/wx/audio_panel.cc
parent669ade1098a5afcfd1e2aee7f114de7baa77f97f (diff)
Allow setup of the frame rate that audio content is prepared for.
Diffstat (limited to 'src/wx/audio_panel.cc')
-rw-r--r--src/wx/audio_panel.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc
index 10f855cfe..9e2ba9869 100644
--- a/src/wx/audio_panel.cc
+++ b/src/wx/audio_panel.cc
@@ -167,6 +167,8 @@ AudioPanel::film_content_changed (int property)
}
setup_sensitivity ();
+ } else if (property == AudioContentProperty::AUDIO_VIDEO_FRAME_RATE) {
+ setup_description ();
}
}