summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vavpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_vavpp.c')
-rw-r--r--video/filter/vf_vavpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_vavpp.c b/video/filter/vf_vavpp.c
index 1a8a974e11..94666c13bd 100644
--- a/video/filter/vf_vavpp.c
+++ b/video/filter/vf_vavpp.c
@@ -284,7 +284,7 @@ static int control(struct vf_instance *vf, int request, void* data)
p->do_deint = *(int*)data;
return true;
default:
- return vf_next_control (vf, request, data);
+ return CONTROL_UNKNOWN;
}
}