diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-15 19:49:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-15 19:49:09 +0100 |
| commit | a976df9b5ebd2fc9b37db053faf4e8f33d59b41e (patch) | |
| tree | c5f46192064e1917ffe6d8f39e3b6d49231d7af0 /src/wx/audio_panel.cc | |
| parent | 669ade1098a5afcfd1e2aee7f114de7baa77f97f (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.cc | 2 |
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 (); } } |
