summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_rotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_rotate.c')
-rw-r--r--video/filter/vf_rotate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/filter/vf_rotate.c b/video/filter/vf_rotate.c
index 9f0c60dd44..2df8f94591 100644
--- a/video/filter/vf_rotate.c
+++ b/video/filter/vf_rotate.c
@@ -66,8 +66,7 @@ static int vf_open(vf_instance_t *vf)
return 1;
}
- MP_FATAL(vf, "Requires libavfilter.\n");
- return 1;
+ return 0;
}
#define OPT_BASE_STRUCT struct vf_priv_s