summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_noformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_noformat.c')
-rw-r--r--video/filter/vf_noformat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf_noformat.c b/video/filter/vf_noformat.c
index 032d11fd57..6964a2955c 100644
--- a/video/filter/vf_noformat.c
+++ b/video/filter/vf_noformat.c
@@ -47,7 +47,6 @@ static int query_format(struct vf_instance *vf, unsigned int fmt){
static int vf_open(vf_instance_t *vf, char *args){
vf->query_format=query_format;
- vf->default_caps=0;
return 1;
}