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.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc
index 9ef674fd1..6e903397d 100644
--- a/src/wx/content_menu.cc
+++ b/src/wx/content_menu.cc
@@ -475,6 +475,11 @@ ContentMenu::advanced ()
if (content->video) {
content->video->set_use(!dialog->ignore_video());
}
+
+ auto ffmpeg = dynamic_pointer_cast<FFmpegContent>(content);
+ if (ffmpeg) {
+ ffmpeg->set_filters(dialog->filters());
+ }
}