diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-09 19:58:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 19f94521139aac13ef8fb4eaa55855b2ada307b4 (patch) | |
| tree | 6e4b457c1fa46c674433fb1a5d2a9cd0f07c5a11 /src/wx/audio_panel.cc | |
| parent | 0a2d40420813403a96352c6dc895d23fcd9994c0 (diff) | |
Move video frame rate ('prepared-for') into Content.
Diffstat (limited to 'src/wx/audio_panel.cc')
| -rw-r--r-- | src/wx/audio_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 28d81d07b..dad1981f4 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -170,7 +170,7 @@ AudioPanel::film_content_changed (int property) } setup_sensitivity (); - } else if (property == AudioContentProperty::VIDEO_FRAME_RATE) { + } else if (property == ContentProperty::VIDEO_FRAME_RATE) { setup_description (); } } |
