summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_menu.cc')
-rw-r--r--src/wx/content_menu.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc
index 6e903397d..3dfb2f282 100644
--- a/src/wx/content_menu.cc
+++ b/src/wx/content_menu.cc
@@ -480,6 +480,12 @@ ContentMenu::advanced ()
if (ffmpeg) {
ffmpeg->set_filters(dialog->filters());
}
+
+ if (dialog->video_frame_rate()) {
+ content->set_video_frame_rate(*dialog->video_frame_rate());
+ } else {
+ content->unset_video_frame_rate();
+ }
}