Allow setup of the frame rate that audio content is prepared for.
[dcpomatic.git] / src / wx / audio_panel.cc
index 10f855cfed682cb4185a4bdc85d6a0ba2b5ddd72..9e2ba986939dea29fd6b9aebd00735eea15bf000 100644 (file)
@@ -167,6 +167,8 @@ AudioPanel::film_content_changed (int property)
                }
 
                setup_sensitivity ();
+       } else if (property == AudioContentProperty::AUDIO_VIDEO_FRAME_RATE) {
+               setup_description ();
        }
 }