summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf.h')
-rw-r--r--video/filter/vf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index 1bc0d5121c..3ff4b5ea87 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -66,8 +66,6 @@ typedef struct vf_instance {
void (*uninit)(struct vf_instance *vf);
- // caps:
- unsigned int default_caps; // used by default query_format()
// data:
struct vf_format fmt_in, fmt_out;
struct vf_instance *next;