summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_screenshot.c')
-rw-r--r--video/filter/vf_screenshot.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/video/filter/vf_screenshot.c b/video/filter/vf_screenshot.c
index 8deb48924a..b28479963d 100644
--- a/video/filter/vf_screenshot.c
+++ b/video/filter/vf_screenshot.c
@@ -91,14 +91,3 @@ const vf_info_t vf_info_screenshot = {
vf_open,
NULL
};
-
-// screenshot.c will look for a filter named "screenshot_force", and not use
-// the VO based screenshot code if it's in the filter chain.
-const vf_info_t vf_info_screenshot_force = {
- "screenshot to file (override VO based screenshot code)",
- "screenshot_force",
- "A'rpi, Jindrich Makovicka",
- "",
- vf_open,
- NULL
-};