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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_noformat.c b/video/filter/vf_noformat.c
index 1529cfadfc..504b6a0296 100644
--- a/video/filter/vf_noformat.c
+++ b/video/filter/vf_noformat.c
@@ -40,7 +40,7 @@ static struct vf_priv_s {
static int query_format(struct vf_instance *vf, unsigned int fmt){
if(fmt!=vf->priv->fmt)
- return vf_next_query_format(vf,fmt);
+ return vf_next_query_format(vf,fmt);
return 0;
}